Search Results for

    Show / Hide Table of Contents

    Class TextView.ContentsChangedEventArgs

    Event arguments for events for when the contents of the TextView change. E.g. the ContentsChanged event.
    Inheritance
    object
    EventArgs
    TextView.ContentsChangedEventArgs
    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 TextView.ContentsChangedEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    ContentsChangedEventArgs(int, int)

    Creates a new ContentsChanged instance.
    Declaration
    public ContentsChangedEventArgs(int currentRow, int currentColumn)
    Parameters
    Type Name Description
    int currentRow Contains the row where the change occurred.
    int currentColumn Contains the column where the change occured.

    Properties

    | Edit this page View Source

    Col

    Contains the column where the change occurred.
    Declaration
    public int Col { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Row

    Contains the row where the change occurred.
    Declaration
    public int Row { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX