Class SelectionChangedEventArgs
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
Selection changed event in RecyclerView items.
public class SelectionChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSelectionChangedEventArgs
Properties
View SourceCurrentSelection
Current selection list.
Declaration
public IReadOnlyList<object> CurrentSelection { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<T><object> |
PreviousSelection
Previous selection list.
Declaration
public IReadOnlyList<object> PreviousSelection { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<T><object> |