Skip to main content

TabSelectedEventArgs

Namespace: Wisej.Hybrid.Shared.TabBar

Assembly: Wisej.Hybrid

Provides information about the selected tab item.

public class TabSelectedEventArgs : EventArgs

Constructors​

Instance memberTabSelectedEventArgs(tab)​

Initializes a new instance of TabSelectedEventArgs with the selected tab.

NameTypeDescription
tabTabBarItemThe selected tab item.

Properties​

Instance memberSelectedTabBarItem​

TabBarItem: The selected tab item.