Class ListItemEventArgs

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    It inherits System.EventArgs. It contains an item which is ListItem type. All the events of a list contain ListItemEventArgs as a parameter.

    public class ListItemEventArgs : EventArgs
    Inheritance
    object
    ListItemEventArgs

    Properties

    View Source

    Item

    Gets or sets the list item. The return type is ListItem.

    Declaration
    public ListItem Item { get; set; }
    Property Value
    Type Description
    ListItem

    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