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