Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event NotifyCollectionChangedEventHandler CollectionChanged
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
public: virtual event NotifyCollectionChangedEventHandler^ CollectionChanged { void add (NotifyCollectionChangedEventHandler^ value); void remove (NotifyCollectionChangedEventHandler^ value); }