DelegateNotifyCollectionChangingEventHandler
Delegate
Represents the method that handles the CollectionChanging event.
Definition
Namespace:Telerik.WinControls.Data
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public delegate void NotifyCollectionChangingEventHandler(object sender, NotifyCollectionChangingEventArgs e)
Constructors
Methods
BeginInvoke(object, NotifyCollectionChangingEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, NotifyCollectionChangingEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
NotifyCollectionChangingEventArgs
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, NotifyCollectionChangingEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, NotifyCollectionChangingEventArgs e)
Parameters
sender
e