Class TabButtonSelectedEventArgs

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    TabButtonSelectedEventArgs is a class to record tab button selected event arguments which will be sent to a user.

    public class TabButtonSelectedEventArgs : EventArgs
    Inheritance
    object
    TabButtonSelectedEventArgs

    Constructors

    View Source

    TabButtonSelectedEventArgs(int)

    Creates a new instance of TabButtonSelectedEventArgs. The indices of tab buttons in TabBar are basically the order of adding to TabBar by AddTab(TabButton, View). So a tab button's index in TabBar can be changed whenever AddTab(TabButton, View) or RemoveTab(int) is called.

    Declaration
    public TabButtonSelectedEventArgs(int index)
    Parameters
    Type Name Description
    int index

    The index of the selected tab button in TabBar.

    Properties

    View Source

    Index

    The index of the selected tab button.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX