-
Notifications
You must be signed in to change notification settings - Fork 3
TabItemChangeEventArgs
JaykeBird edited this page Feb 21, 2023
·
5 revisions
Back to home | Back to Reference | View raw text
Event arguments for the TabChanged event in TabControl.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi
SolidShineUi.TabItemChangeEventArgs[[TabItemChangeEventArgs]]
end
Type | Name | Methods |
---|---|---|
TabItem |
TabItem The TabItem being changed to. This is the new TabItem being displayed. |
get |
Event arguments for the TabChanged event in TabControl.
public TabItemChangeEventArgs(TabItem t)
Type | Name | Description |
---|---|---|
TabItem |
t | The TabItem being changed to. |
Create a TabItemChangeEventArgs.
public TabItem TabItem { get; }
The TabItem being changed to. This is the new TabItem being displayed.
Generated with ModularDoc