Click or drag to resize

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)
Syntax
protected virtual void WizardCancel(
	Object sender,
	WizardPageEventArgs e
)

Parameters

sender
Type: SystemObject
The wizard firing the event.
e
Type: NetQuarryWizardPageEventArgs
The event args.
See Also