Method GoToStep
GoToStep(WizardStep)
Changes to the specified WizardStep.
public bool GoToStep(WizardStep newStep)
Parameters
newStep
WizardStepThe step to go to.
Returns
- bool
True if the transition to the step succeeded. False if the step was not found or the operation was cancelled.