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 WizardStep. Fires the StepChanged event.

public virtual bool OnStepChanged(WizardStep oldStep, WizardStep newStep)

Parameters

oldStep WizardStep

The step the Wizard changed from

newStep WizardStep

The step the Wizard has changed to

Returns

bool

True if the change is to be cancelled.