Class Tab.ItemChangedEventArgs
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
ItemChangedEventArgs is a class to record item change event arguments which will sent to user.
[Obsolete("Deprecated in API8; Will be removed in API10")]
[SuppressMessage("Microsoft.Design", "CA1034:NestedTypesShouldNotBeVisible")]
public class Tab.ItemChangedEventArgs : EventArgs
- Inheritance
Fields
View SourceCurrentIndex
Current selected index of Tab
Declaration
[SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")]
[Obsolete("Deprecated in API8; Will be removed in API10")]
public int CurrentIndex
Field Value
| Type | Description |
|---|---|
| int |
PreviousIndex
Previous selected index of Tab
Declaration
[SuppressMessage("Microsoft.Design", "CA1051:Do not declare visible instance fields")]
[Obsolete("Deprecated in API8; Will be removed in API10")]
public int PreviousIndex
Field Value
| Type | Description |
|---|---|
| int |