Search Results for

    Show / Hide Table of Contents

    Class Wizard.WizardStep.TitleEventArgs

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

    Constructors

    | Edit this page View Source

    TitleEventArgs(ustring, ustring)

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

    Properties

    | Edit this page View Source

    Cancel

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

    NewTitle

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

    OldTitle

    The old Window Title.
    Declaration
    public ustring OldTitle { get; set; }
    Property Value
    Type Description
    ustring
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX