Class DockControlEventArgs
Custom event argument base class used for providing data for docking window events.
Inheritance
System.Object
System.EventArgs
DockControlEventArgs
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 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. |