TabClickEventArgs Members
Include Protected Members
Include Inherited Members
Provides data for the TabClick event.
The TabClickEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TabClickEventArgs(Tab) | Initializes a new instance of the TabClickEventArgs class with the specified Tab control. | |
TabClickEventArgs(TabClickEventArgs) | Initializes a new instance of the TabClickEventArgs class with the specified event argument. |
Top
Properties
Name | Description | |
---|---|---|
TabClicked | Gets the Tab control that was clicked. |
Top