Table of Contents

Method GoToStep

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

GoToStep(WizardStep?)

Navigates to the specified step.

public bool GoToStep(WizardStep? newStep)

Parameters

newStep WizardStep

The step to navigate to.

Returns

bool

true if navigation succeeded; otherwise false.

Remarks

Raises StepChanging and StepChanged. Navigation can be canceled via the StepChanging event.