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.

    public class Tab.ItemChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    Tab.ItemChangedEventArgs

    Fields

    View Source

    CurrentIndex

    Current selected index of Tab

    Declaration
    public int CurrentIndex
    Field Value
    Type Description
    int
    View Source

    PreviousIndex

    Previous selected index of Tab

    Declaration
    public int PreviousIndex
    Field Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX