DockingEventArgs Constructors
Provides data for the DockManager.Docking event.| Name | Parameters | Description |
|---|---|---|
| DockingEventArgs(DockPanel, Control, Point, DockingStyle, Boolean, Int32) | panel, target, dragPoint, dock, targetTabbed, index | Initializes a new instance of the DockingEventArgs class. |
See Also