Click or drag to resize

PageExtensionBaseWizardPageLoad Method

Fired after a IWizardTemplate wizard page is loaded. At the time this event is fired the wizard page has been loaded and added to the System.Web.UI.Page object. This event would more accurately be called WizardAfterPageLoad, but retains its original name for backward compatibility. See WizardBeforePageLoad(Object, WizardPageEventArgs) which is fired prior to the page being loaded. See also WizardAfterPageLoad, 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 WizardPageLoad(
	Object sender,
	WizardPageEventArgs e
)

Parameters

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