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)
Syntaxprotected virtual void WizardCommand(
IWizardTemplate sender,
WizardCommandEventArgs e
)
Protected Overridable Sub WizardCommand (
sender As IWizardTemplate,
e As WizardCommandEventArgs
)
Parameters
- sender
- Type: NetQuarryIWizardTemplate
The wizard firing the event. - e
- Type: NetQuarryWizardCommandEventArgs
The event args.
See Also