Delegate CheckStateChangingEventHandler
Represents the method that will handle the CheckStateChanging event.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void CheckStateChangingEventHandler(object sender, CheckStateChangingEventArgs args);
Parameters
System.Object
sender
Represents the event sender. |
CheckStateChangingEventArgs
args
Represents the CheckStateChangingEventArgs. |
Constructors
CheckStateChangingEventHandler(Object, IntPtr)
Declaration
public CheckStateChangingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, CheckStateChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CheckStateChangingEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
CheckStateChangingEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, CheckStateChangingEventArgs)
Declaration
public virtual void Invoke(object sender, CheckStateChangingEventArgs args)
Parameters
System.Object
sender
|
CheckStateChangingEventArgs
args
|