Delegate
CheckStateChangingEventHandler

Represents the method that will handle the CheckStateChanging event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public delegate void CheckStateChangingEventHandler(object sender, CheckStateChangingEventArgs args)

Constructors

CheckStateChangingEventHandler(object, IntPtr)

Declaration

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

Parameters

object

object

method

IntPtr

Methods

BeginInvoke(object, CheckStateChangingEventArgs, AsyncCallback, object)

Declaration

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

Parameters

sender

object

args

CheckStateChangingEventArgs

callback

AsyncCallback

object

object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

Declaration

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

Parameters

result

IAsyncResult

Invoke(object, CheckStateChangingEventArgs)

Declaration

cs-api-definition
public virtual void Invoke(object sender, CheckStateChangingEventArgs args)

Parameters

sender

object

args

CheckStateChangingEventArgs