Class SelectedChangedEventArgs

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll

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

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

Properties

View Source

IsSelected

Selected state

Declaration
C#
Copy
public bool IsSelected { get; set; }
Property Value
Type Description
bool