Delegate
NotifyCollectionChangingEventHandler

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

NotifyCollectionChangingEventHandler(object, IntPtr)

Declaration

cs-api-definition
public NotifyCollectionChangingEventHandler(object @object, IntPtr method)

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, NotifyCollectionChangingEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, NotifyCollectionChangingEventArgs e, AsyncCallback callback, object @object)

Parameters

sender

object

e

NotifyCollectionChangingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

cs-api-definition
public virtual void EndInvoke(IAsyncResult result)

Parameters

result

IAsyncResult

Invoke(object, NotifyCollectionChangingEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, NotifyCollectionChangingEventArgs e)

Parameters

sender

object

e

NotifyCollectionChangingEventArgs