EndDockingEventArgs Properties
Provides data for the DockManager.EndDocking event.Name | Description |
---|---|
Canceled | Indicates whether the docking operation was canceled by an end-user. |
DockedPanels | Gets the panel(s) docked to the target control. |
Panel | Gets the processed dock panel. Inherited from DockPanelEventArgs. |
See Also