I have a collection object that implements ILIST inside the archive I have used a list to collect the objects . Inside the property grid (at runtime), it binds properly and the collection editor opens. I can edit, and I can add the item properly and when I am used in the collection category I can hold these methods.
However, if you try to remove an object, then they are removed from the collection, nor do ILIST. Remove or ILIST Removate appears to be from my collection. There is also the meaning of deleting deleted items from the database, which I practice in removable ways.
I have also removed all the logic from ways to be removed and left them with throwing new notified (), and this
I was also implemented by my collection editor. But still can not see the way to hook in my objects.
So, where are I looking to find relevant ways? Do I need to change the behavior of my items too?
does not use the archive editor Remove or Delete . Instead, when the user clicks the OK button, it calls the IList.Clear method and then calls IList.Add to add all the items in the archive. is. It is not that it works with the non-generic version of IList .
Comments
Post a Comment