Class SelectionChangedEventArgs

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

Selection changed event in RecyclerView items.

C#
Copy
public class SelectionChangedEventArgs : EventArgs
Inheritance
System.Object
SelectionChangedEventArgs

Properties

View Source

CurrentSelection

Current selection list.

Declaration
C#
Copy
public IReadOnlyList<object> CurrentSelection { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<System.Object>
API Level: 9
View Source

PreviousSelection

Previous selection list.

Declaration
C#
Copy
public IReadOnlyList<object> PreviousSelection { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<System.Object>
API Level: 9