Class Wizard.WizardButtonEventArgs
System.EventArgs for Wizard.WizardStep transition events.
Inheritance
System.Object
System.EventArgs
Wizard.WizardButtonEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class WizardButtonEventArgs : EventArgs
Constructors
| Improve this Doc View SourceWizardButtonEventArgs()
Initializes a new instance of Wizard.WizardButtonEventArgs
Declaration
public WizardButtonEventArgs()
Properties
| Improve this Doc View SourceCancel
Set to true to cancel the transition to the next step.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |