Delegate NotifyCollectionChangingEventHandler
Represents the method that handles the CollectionChanging event.
Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls.dll
Syntax
public delegate void NotifyCollectionChangingEventHandler(object sender, NotifyCollectionChangingEventArgs e);
Parameters
System. The object that raised the event. |
Notify Information about the event. |
Constructors
NotifyCollectionChangingEventHandler(Object, IntPtr)
Declaration
public NotifyCollectionChangingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, NotifyCollectionChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, NotifyCollectionChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Notify
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, NotifyCollectionChangingEventArgs)
Declaration
public virtual void Invoke(object sender, NotifyCollectionChangingEventArgs e)
Parameters
System.
|
Notify
|