Method OnStepChanging | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

OnStepChanging(WizardStep?, WizardStep?)

Called when the Wizard is about to transition to another WizardStep. Fires theStepChanging event.

public virtual bool OnStepChanging(WizardStep? oldStep, WizardStep? newStep)

Parameters

oldStep WizardStep

The step the Wizard is about to change from

newStep WizardStep

The step the Wizard is about to change to

Returns

bool

True if the change is to be cancelled.

Edit this page