Delegate ModeChangingEventHandler
Represents the method that will handle the ModeChanging events of RadWizard.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void ModeChangingEventHandler(object sender, ModeChangingEventArgs e);
Parameters
System. The event sender. |
Mode Instance of ModeChangingEventArgs. |
Constructors
ModeChangingEventHandler(Object, IntPtr)
Declaration
public ModeChangingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, ModeChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ModeChangingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Mode
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, ModeChangingEventArgs)
Declaration
public virtual void Invoke(object sender, ModeChangingEventArgs e)
Parameters
System.
|
Mode
|