INotifyCollectionChanged
Interface
Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
Definition
Namespace:Telerik.WinControls.Data
Assembly:Telerik.WinControls.dll
Syntax:
C#
public interface INotifyCollectionChanged
Derived Classes:
Events
Occurs when the collection changes.
C#
event NotifyCollectionChangedEventHandler CollectionChanged