Represents the method that will handle page switching events.
Parameters
Name | Type | Description |
---|---|---|
sender | object | |
e | Wizard |
Remarks
When you create a WizardPageCancelEventHandler
delegate, you identify the method that will handle the event.
To associate the event with your event handler, add an instance of the delegate to the event.
The event handler is called whenever the event occurs, unless you remove the delegate.
Constructors
WizardPageCancelEventHandler(object, IntPtr)
Methods
BeginInvoke(object, WizardPageCancelEventArgs, AsyncCallback, object)
Parameter | Type | Description |
---|---|---|
sender | object | |
e | Wizard |
|
callback | Async |
|
object | object |
Returns
EndInvoke(IAsyncResult)
Parameter | Type | Description |
---|---|---|
result | IAsync |
Invoke(object, WizardPageCancelEventArgs)
Parameter | Type | Description |
---|---|---|
sender | object | |
e | Wizard |