Table of Contents

Event MovingNext

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

Raised when the Next button is pressed on a non-final step. Set Cancel to prevent navigation.

public event EventHandler<CancelEventArgs>? MovingNext

Returns

EventHandler<CancelEventArgs>
Raised when the Next button is pressed on a non-final step. Set Cancel to prevent navigation.