Table of Contents

Method GoNext

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

GoNext()

Navigates to the next enabled step.

public bool GoNext()

Returns

bool

true if navigation succeeded; otherwise false.

Remarks

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