|
Hi Is it possible to handle the addition and removal of elements to a CollectionEditor at DesignTime. Wot i mean is that when i inherit a class from CollectionBase, i automatically get a CollectionEditor at DesignTime. I have also implemented the Add, Remove, and an Indexer, etc. methods in my CollectionClass to accept my Components. However, these methods do not get called at DesignTime. Its only at runtime, that these methods are called. i want that at designtime i be able to access these methods, so that i can do custom processing before the addition or removal of components at DesignTime.
Thanks Vikas
|