Class SelectionChangedEventArgs

    Definition

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

    Selection changed event in RecyclerView items.

    public class SelectionChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    SelectionChangedEventArgs

    Properties

    View Source

    CurrentSelection

    Current selection list.

    Declaration
    public IReadOnlyList<object> CurrentSelection { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<T><object>
    View Source

    PreviousSelection

    Previous selection list.

    Declaration
    public IReadOnlyList<object> PreviousSelection { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<T><object>
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX