Search Results for

    Show / Hide Table of Contents

    Class Wizard.WizardButtonEventArgs

    EventArgs for Wizard.WizardStep transition events.
    Inheritance
    object
    EventArgs
    Wizard.WizardButtonEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class Wizard.WizardButtonEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    WizardButtonEventArgs()

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

    Properties

    | Edit this page View Source

    Cancel

    Set to true to cancel the transition to the next step.
    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX