Class Tab.ItemChangedEventArgs
Deprecated in API8; Will be removed in API10
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
- API Level:
- 6
ItemChangedEventArgs is a class to record item change event arguments which will sent to user.
[Obsolete("Deprecated in API8; Will be removed in API10")]
public class ItemChangedEventArgs : EventArgs
- Inheritance
Fields
View SourceCurrentIndex
Deprecated in API8; Will be removed in API10
Current selected index of Tab
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public int CurrentIndex
Field Value
Type | Description |
---|---|
Int32 |
API Level: 6
View SourcePreviousIndex
Deprecated in API8; Will be removed in API10
Previous selected index of Tab
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public int PreviousIndex
Field Value
Type | Description |
---|---|
Int32 |