Represents the method that handles the CollectionChanging event.
Definition
Namespace:Telerik.WinControls.Data
Assembly:Telerik.WinControls.dll
Syntax:
C#
public delegate void NotifyCollectionChangingEventHandler(object sender, NotifyCollectionChangingEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, NotifyCollectionChangingEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, NotifyCollectionChangingEventArgs e)