TabSelectedEventArgs
Wisej.Hybrid.Shared.TabBar.TabSelectedEventArgs
Namespace: Wisej.Hybrid.Shared.TabBar
Assembly: Wisej.Hybrid (3.5.0.0)
Provides information about the selected tab item.
public class TabSelectedEventArgs : EventArgs
Constructors
TabSelectedEventArgs(tab)

Initializes a new instance of TabSelectedEventArgs with the selected tab.
Name
Type
Description
Properties
SelectedTabBarItem

TabBarItem: The selected tab item.
Last updated