Click or drag to resize

PageExtensionBaseWizardComplete Method

Fired at the very end of the wizard invocation. This event is fired AFTER the WizardFinish(Object, WizardPageEventArgs)event, the final WizardDataExchange(Object, WizardDataExchangeArgs) event, the WizardBeforeFinalSave(IWizardTemplate, WizardFinalSaveEventArgs) event, and the actual Save operation providing the ability to override the wizard's final page ContinueText or FinishScript. It also provide a good event from which to perform a custom navigation. See also WizardComplete, 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 WizardComplete(
	IWizardTemplate sender,
	WizardCompleteEventArgs e
)

Parameters

sender
Type: NetQuarryIWizardTemplate
The wizard firing the event.
e
Type: NetQuarryWizardCompleteEventArgs
The event args.
See Also