Show / Hide Table of Contents

    Class GenGridItemEventArgs

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

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

    public class GenGridItemEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    GenGridItemEventArgs

    Properties

    View Source

    Item

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

    Declaration
    public GenGridItem Item { get; set; }
    Property Value
    Type Description
    GenGridItem
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX