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

Initializes a new instance of TabSelectedEventArgs with the selected tab.

NameTypeDescription

tab

The selected tab item.

Properties

TabBarItem: The selected tab item.

Last updated