Class Switch.SelectEventArgs

Definition

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

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

C#
Copy
public class SelectEventArgs : EventArgs
Inheritance
Switch.SelectEventArgs

Fields

View Source

IsSelected

Select state of Switch

Declaration
C#
Copy
public bool IsSelected
Field Value
Type Description
System.Boolean
API Level: 6