PageExtensionBaseWizardPrev Method |
Fired when the previous button is clicked on a
IWizardTemplate wizard. The most common reason for handling
this event is to redirect navigation to another page within the wizard by setting the
event's
NextPage property.
At the time of this event the parent's wizard's
CurrentPage property is the projected
destination page and the
PrevPage is the page just departed.
The
IWizPage object will be the page being departed.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected virtual void WizardPrev(
Object sender,
WizardPageEventArgs e
)
Protected Overridable Sub WizardPrev (
sender As Object,
e As WizardPageEventArgs
)
Parameters
- sender
- Type: SystemObject
The wizard firing the event. - e
- Type: NetQuarryWizardPageEventArgs
The event args.
See Also