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