Table of Contents

Method OnStepChanged

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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.WizardStep

The step the Wizard changed from

newStep Wizard.WizardStep

The step the Wizard has changed to

Returns

bool

True if the change is to be cancelled.