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