Search Results for

    Show / Hide Table of Contents

    Class Application.ResizedEventArgs

    Event arguments for the Resized event.
    Inheritance
    object
    EventArgs
    Application.ResizedEventArgs
    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 Application.ResizedEventArgs : EventArgs

    Properties

    | Edit this page View Source

    Cols

    The number of columns in the resized terminal.
    Declaration
    public int Cols { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Rows

    The number of rows in the resized terminal.
    Declaration
    public int Rows { get; set; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX