Event MovingBack | Terminal.Gui v1 (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 Action<Wizard.WizardButtonEventArgs> MovingBack
Returns
Action<Wizard.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.