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
Declaration
public IReadOnlyList<object> CurrentSelection { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IReadOnlyList<T><object> |
|
Declaration
public IReadOnlyList<object> PreviousSelection { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.IReadOnlyList<T><object> |
|