Search Results for

    Show / Hide Table of Contents

    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 Source

    WizardButtonEventArgs()

    Initializes a new instance of Wizard.WizardButtonEventArgs
    Declaration
    public WizardButtonEventArgs()

    Properties

    | Improve this Doc View Source

    Cancel

    Set to true to cancel the transition to the next step.
    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX