Delegate StateChangedEventHandler
Represents the method that will handle the
Toggle
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void StateChangedEventHandler(object sender, StateChangedEventArgs args);
Parameters
System. Represents the event sender. |
State Represents the State |
Constructors
StateChangedEventHandler(Object, IntPtr)
Declaration
public StateChangedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, StateChangedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, StateChangedEventArgs 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, StateChangedEventArgs)
Declaration
public virtual void Invoke(object sender, StateChangedEventArgs args)
Parameters
System.
|
State
|