Class TabControlAdvWeakContainer
TabControlAdv WeakContainer.
Inheritance
System.Object
TabControlAdvWeakContainer
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabControlAdvWeakContainer : WeakReference
Constructors
TabControlAdvWeakContainer(TabControlAdv)
Constructor of the TabControlAdvWeakContainer class.
Declaration
public TabControlAdvWeakContainer(TabControlAdv target)
Parameters
| Type | Name | Description |
|---|---|---|
| TabControlAdv | target | The instance of the TabControlAdv. |
Methods
MenuColorsChangedWeakEventHandler(Object, EventArgs)
Handles the MenuColorsChanged event.
Declaration
public void MenuColorsChangedWeakEventHandler(object sender, EventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The source of the control. |
| System.EventArgs | args | The EventArgs contains the event data. |
Office2003ColorsChangedWeakEventHandler(Object, EventArgs)
Handles the MenuColorsChanged event for Office2003Colors.
Declaration
public void Office2003ColorsChangedWeakEventHandler(object sender, EventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The source of the control. |
| System.EventArgs | args | The EventArgs contains the event data. |