Class GenListItemEventArgs

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    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
    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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX