Skip to content

TabItemChangeEventArgs

JaykeBird edited this page Feb 21, 2023 · 5 revisions

Back to home | Back to Reference | View raw text

TabItemChangeEventArgs class

Description

Event arguments for the TabChanged event in TabControl.

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi
  SolidShineUi.TabItemChangeEventArgs[[TabItemChangeEventArgs]]
  end
Loading

Members

Properties

Public properties

Type Name Methods
TabItem TabItem
The TabItem being changed to. This is the new TabItem being displayed.
get

Details

Summary

Event arguments for the TabChanged event in TabControl.

Constructors

TabItemChangeEventArgs

public TabItemChangeEventArgs(TabItem t)
Arguments
Type Name Description
TabItem t The TabItem being changed to.
Summary

Create a TabItemChangeEventArgs.

Properties

TabItem

public TabItem TabItem { get; }
Summary

The TabItem being changed to. This is the new TabItem being displayed.

Generated with ModularDoc

Clone this wiki locally