Method OnStepChanging
OnStepChanging(WizardStep, WizardStep)
Called when the Wizard is about to transition to another WizardStep. Fires the StepChanging event.
public virtual bool OnStepChanging(WizardStep oldStep, WizardStep newStep)
Parameters
oldStep
WizardStepThe step the Wizard is about to change from
newStep
WizardStepThe step the Wizard is about to change to
Returns
- bool
True if the change is to be cancelled.