J
Joe
Hello,
I have a class that inherits from BaseCollection. I want to implement a Move
method so an item in the collection can be moved from one index postion to
another for example index = 5 to index = 2.
I don't want the CollectionChanged event to get called when I remove the
item and do an Insert.
Is there anyway to suspend the event in my class that inherits from
BaseCollection?
Thanks,
Joe
I have a class that inherits from BaseCollection. I want to implement a Move
method so an item in the collection can be moved from one index postion to
another for example index = 5 to index = 2.
I don't want the CollectionChanged event to get called when I remove the
item and do an Insert.
Is there anyway to suspend the event in my class that inherits from
BaseCollection?
Thanks,
Joe