Method OnStepChanging | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
OnStepChanging(WizardStep, WizardStep)
Called when the Wizard is about to transition to another Wizard.WizardStep. Fires the StepChanging event.
public virtual bool OnStepChanging(Wizard.WizardStep oldStep, Wizard.WizardStep newStep)
Parameters
oldStep
Wizard.WizardStep
The step the Wizard is about to change from
newStep
Wizard.WizardStep
The step the Wizard is about to change to
Returns
True if the change is to be cancelled.