Class Wizard.WizardButtonEventArgs
EventArgs for Wizard.WizardStep transition events.
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class Wizard.WizardButtonEventArgs : EventArgs
Constructors
| Edit this page View SourceWizardButtonEventArgs()
Initializes a new instance of Wizard.WizardButtonEventArgs
Declaration
public WizardButtonEventArgs()
Properties
| Edit this page View SourceCancel
Set to true to cancel the transition to the next step.
Declaration
public bool Cancel { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |