Method OnStepChanged
OnStepChanged(WizardStep, WizardStep)
Called when the Wizard has completed transition to a new Wizard.WizardStep. Fires the StepChanged event.
public virtual bool OnStepChanged(Wizard.WizardStep oldStep, Wizard.WizardStep newStep)
Parameters
oldStep
Wizard.WizardStepThe step the Wizard changed from
newStep
Wizard.WizardStepThe step the Wizard has changed to
Returns
- bool
True if the change is to be cancelled.