Table of Contents

Event Finished

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Raised when the Next/Finish button in the Wizard is clicked. 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> Finished

Returns

Action<Wizard.WizardButtonEventArgs>
Raised when the Next/Finish button in the is clicked. 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).