Click or drag to resize

PageExtensionBaseWizardCommand Method

Fired when the user clicks a custom wizard button. See also WizardCommand, 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 WizardCommand(
	IWizardTemplate sender,
	WizardCommandEventArgs e
)

Parameters

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