Class TabbedMDITabControlEventArgs
The event args for the TabControlAdding, TabControlAdded and TabControlRemoved events.
Inheritance
System.Object
TabbedMDITabControlEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabbedMDITabControlEventArgs : EventArgs
Constructors
TabbedMDITabControlEventArgs(MDITabPanel)
Declaration
public TabbedMDITabControlEventArgs(MDITabPanel tabControl)
Parameters
| Type | Name | Description |
|---|---|---|
| MDITabPanel | tabControl |
Properties
TabControl
Gets / sets the tab control instance that is being added or removed.
Declaration
public MDITabPanel TabControl { get; set; }
Property Value
| Type |
|---|
| MDITabPanel |