Class TabEventArgs
Contains event data for events related to a single tab.
Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
public class TabEventArgs : EventArgs
Constructors
| Improve this Doc View SourceTabEventArgs(Tab)
Declaration
public TabEventArgs(Tab tab)
Parameters
Type | Name | Description |
---|---|---|
Tab | tab |
Properties
| Improve this Doc View SourceTab
Gets the tab related to the event.
Declaration
public Tab Tab { get; }
Property Value
Type | Description |
---|---|
Tab |