Search Results for

    Show / Hide Table of Contents

    Class Wizard.WizardStep.TitleEventArgs

    An System.EventArgs which allows passing a cancelable new Title value event.
    Inheritance
    System.Object
    System.EventArgs
    Wizard.WizardStep.TitleEventArgs
    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 TitleEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    TitleEventArgs(ustring, ustring)

    Initializes a new instance of Wizard.WizardStep.TitleEventArgs
    Declaration
    public TitleEventArgs(ustring oldTitle, ustring newTitle)
    Parameters
    Type Name Description
    NStack.ustring oldTitle The Title that is/has been replaced.
    NStack.ustring newTitle The new Title to be replaced.

    Properties

    | Improve this Doc View Source

    Cancel

    Flag which allows cancelling the Title change.
    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    NewTitle

    The new Window Title.
    Declaration
    public ustring NewTitle { get; set; }
    Property Value
    Type Description
    NStack.ustring
    | Improve this Doc View Source

    OldTitle

    The old Window Title.
    Declaration
    public ustring OldTitle { get; set; }
    Property Value
    Type Description
    NStack.ustring
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX