Delegate
CollectionChangedHandler

Represents the method that will handle a CollectionChanged event.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public delegate void CollectionChangedHandler(CollectionBase sender, CollectionChangedEventArgs args)

Constructors

CollectionChangedHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(CollectionBase, CollectionChangedEventArgs, AsyncCallback, object)

Declaration

cs-api-definition
public virtual IAsyncResult BeginInvoke(CollectionBase sender, CollectionChangedEventArgs args, AsyncCallback callback, object @object)

Parameters

sender

CollectionBase

args

CollectionChangedEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(CollectionBase, CollectionChangedEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(CollectionBase sender, CollectionChangedEventArgs args)

Parameters

sender

CollectionBase

args

CollectionChangedEventArgs