Class SelectedChangedEventArgs

Definition

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

SelectedChangedEventArgs is a class to record item selected arguments which will sent to user.

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

Properties

View Source

IsSelected

Selected state

Declaration
C#
Copy
public bool IsSelected { get; set; }
Property Value
Type Description
Boolean
API Level: 8