InterfaceINotifyCollectionChanged
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:
cs-api-definition
public interface INotifyCollectionChanged
Events
CollectionChanged
Occurs when the collection changes.
Declaration
cs-api-definition
event NotifyCollectionChangedEventHandler CollectionChanged
Event Value