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