Class SelectionChangedEventArgs

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    Selection changed event in RecyclerView items.

    public class SelectionChangedEventArgs : EventArgs
    Inheritance
    object
    SelectionChangedEventArgs

    Properties

    View Source

    CurrentSelection

    Current selection list.

    Declaration
    public IReadOnlyList<object> CurrentSelection { get; }
    Property Value
    Type Description
    IReadOnlyList<><object>
    View Source

    PreviousSelection

    Previous selection list.

    Declaration
    public IReadOnlyList<object> PreviousSelection { get; }
    Property Value
    Type Description
    IReadOnlyList<><object>

    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