Class Switch.SelectEventArgs
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
SelectEventArgs is a class to record item selected arguments which will sent to user.
public class Switch.SelectEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsSwitch.SelectEventArgs
Fields
View SourceIsSelected
Select state of Switch
Declaration
public bool IsSelected
Field Value
Type | Description |
---|---|
bool |