Class Tab.ItemChangedEventArgs

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.

C#
Copy
public class ItemChangedEventArgs : EventArgs
Inheritance
Tab.ItemChangedEventArgs

Fields

View Source

CurrentIndex

Current selected index of Tab

Declaration
C#
Copy
public int CurrentIndex
Field Value
Type Description
System.Int32
API Level: 6
View Source

PreviousIndex

Previous selected index of Tab

Declaration
C#
Copy
public int PreviousIndex
Field Value
Type Description
System.Int32
API Level: 6