Event MovingBack | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Raised when the Back button in the Wizard is clicked. The Back button is always the first button in the array of Buttons passed to the Wizard constructor, if any.
public event EventHandler<WizardButtonEventArgs>? MovingBack
Returns
EventHandler<WizardButtonEventArgs>
Raised when the Back button in the is clicked. The Back button is always the first button in the array of Buttons passed to the constructor, if any.