INotifyCollectionChanging
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 INotifyCollectionChanging
Derived Classes:
Events
Occurs before the collection changes.
C#
event NotifyCollectionChangingEventHandler CollectionChanging