Search Results for

    Show / Hide Table of Contents

    Class TextChangingEventArgs

    An EventArgs which allows passing a cancelable new text value event.
    Inheritance
    object
    EventArgs
    TextChangingEventArgs
    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 TextChangingEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    TextChangingEventArgs(ustring)

    Initializes a new instance of TextChangingEventArgs
    Declaration
    public TextChangingEventArgs(ustring newText)
    Parameters
    Type Name Description
    ustring newText The new Text to be replaced.

    Properties

    | Edit this page View Source

    Cancel

    Flag which allows to cancel the new text value.
    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    NewText

    The new text to be replaced.
    Declaration
    public ustring NewText { get; set; }
    Property Value
    Type Description
    ustring
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX