CollectionEditor Code Clean Up
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have implemeted a CollectionEditor is my custom control. It now sucessfully serializes and adds my items into the collection. Add/Remove succesully add or remove source code. However is there somthing special that needs to be done in order for VS to clean up the ColledtionEditor item code when the object is deleted by the user? Thanks.