Class GenGridItemEventArgs

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    It inherits System.EventArgs. It contains the item which is the GenGridItem type. All events of the GenGrid contain GenGridItemEventArgs as a parameter.

    [Obsolete("This has been deprecated in API12")]
    public class GenGridItemEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    GenGridItemEventArgs

    Properties

    View Source

    Item

    Gets or sets the gengrid item. The return type is GenGridItem.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public GenGridItem Item { get; set; }
    Property Value
    Type Description
    GenGridItem
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX