PageExtensionBaseWizardCancel Method |
Fired when the cancel button is clicked on a
IWizardTemplate wizard. The event is fired just prior to the
page's cancel logic being executed.
See also
WizardCancel, the underlying raw event.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxprotected virtual void WizardCancel(
Object sender,
WizardPageEventArgs e
)
Protected Overridable Sub WizardCancel (
sender As Object,
e As WizardPageEventArgs
)
Parameters
- sender
- Type: SystemObject
The wizard firing the event. - e
- Type: NetQuarryWizardPageEventArgs
The event args.
See Also