Class TabbedMDITabControlEventArgs
The event args for the TabControlAdding, TabControlAdded and TabControlRemoved events.
Inheritance
System.Object
System.EventArgs
TabbedMDITabControlEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |