Class DockControlEventArgs
Custom event argument base class used for providing data for docking window events.
Inheritance
System.Object
DockControlEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DockControlEventArgs : EventArgs
Remarks
The DockControlEventArgs class is used by the DockingManager to provide event data for a dockable control.
Constructors
DockControlEventArgs(Control)
Creates a new instance of the DockControlEventArgs class.
Declaration
public DockControlEventArgs(Control ctrl)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Forms.Control | ctrl | The control undergoing the state change. |
Fields
ctrl
Declaration
protected Control ctrl
Field Value
| Type |
|---|
| System.Windows.Forms.Control |
Properties
Control
Returns the control undergoing the state change.
Declaration
public Control Control { get; }
Property Value
| Type | Description |
|---|---|
| System.Windows.Forms.Control | A System.Windows.Forms.Control value. |