InterfaceINotifyCollectionChanging
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 INotifyCollectionChanging
Events
CollectionChanging
Occurs before the collection changes.
Declaration
cs-api-definition
event NotifyCollectionChangingEventHandler CollectionChanging
Event Value