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.
public class SelectedChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceIsSelected
Selected state
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
Boolean |