Show / Hide Table of Contents

    Class GenListItemEventArgs

    Definition

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

    It inherits System.EventArgs. It contains an item which is GenListItem type. All events of the GenList contain GenListItemEventArgs as a parameter.

    public class GenListItemEventArgs : EventArgs
    Inheritance
    Object
    EventArgs
    GenListItemEventArgs

    Properties

    View Source

    Item

    Gets or sets the genlist item. The return type is GenListItem.

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