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