TabSelectedEventArgs
Namespace: Wisej.Hybrid.Shared.TabBar
Assembly: Wisej.Hybrid
Provides information about the selected tab item.
- C#
- VB.NET
public class TabSelectedEventArgs : EventArgs
Public Class TabSelectedEventArgs
Inherits EventArgs
Constructors
TabSelectedEventArgs(tab)
Initializes a new instance of TabSelectedEventArgs with the selected tab.
| Name | Type | Description |
|---|---|---|
| tab | TabBarItem | The selected tab item. |
Properties
SelectedTabBarItem
TabBarItem: The selected tab item.