Search Results for

    Show / Hide Table of Contents

    Class ListViewItemEventArgs

    System.EventArgs for ListView events.
    Inheritance
    System.Object
    System.EventArgs
    ListViewItemEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class ListViewItemEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    ListViewItemEventArgs(Int32, Object)

    Initializes a new instance of ListViewItemEventArgs
    Declaration
    public ListViewItemEventArgs(int item, object value)
    Parameters
    Type Name Description
    System.Int32 item The index of the ListView item.
    System.Object value The ListView item

    Properties

    | Improve this Doc View Source

    Item

    The index of the ListView item.
    Declaration
    public int Item { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Value

    The ListView item.
    Declaration
    public object Value { get; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX