Table of Contents

Event MovingNext

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Raised when the Next/Finish button in the Wizard is clicked (or the user presses Enter). The Next/Finish button is always the last button in the array of Buttons passed to the Wizard constructor, if any. This event is only raised if the CurrentStep is the last Step in the Wizard flow (otherwise the Finished event is raised).

public event Action<Wizard.WizardButtonEventArgs> MovingNext

Returns

Action<Wizard.WizardButtonEventArgs>
Raised when the Next/Finish button in the is clicked (or the user presses Enter). The Next/Finish button is always the last button in the array of Buttons passed to the constructor, if any. This event is only raised if the is the last Step in the Wizard flow (otherwise the event is raised).