Table of Contents

Method GoBack

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

GoBack()

Navigates to the previous enabled step.

public bool GoBack()

Returns

bool

true if navigation succeeded; otherwise false.

Remarks

Raises MovingBack and StepChanging. Navigation can be canceled by handling these events.