Search Results for

    Show / Hide Table of Contents

    Class ListViewRowEventArgs

    EventArgs used by the RowRender event.
    Inheritance
    object
    EventArgs
    ListViewRowEventArgs
    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 ListViewRowEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    ListViewRowEventArgs(int)

    Initializes with the current row.
    Declaration
    public ListViewRowEventArgs(int row)
    Parameters
    Type Name Description
    int row

    Properties

    | Edit this page View Source

    Row

    The current row being rendered.
    Declaration
    public int Row { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    RowAttribute

    The Attribute used by current row or null to maintain the current attribute.
    Declaration
    public Attribute? RowAttribute { get; set; }
    Property Value
    Type Description
    Attribute?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX