interface INotifyCollectionChanged
in global :: System . Collections . Specialized
Notifies listeners of dynamic changes, such as when an item is added and removed or the whole list is cleared.
public void remove_CollectionChanged( NotifyCollectionChangedEventHandler value )
😔 No documentation found.
public void add_CollectionChanged( NotifyCollectionChangedEventHandler value )
😔 No documentation found.