DockManager.EndDocking Event
Fires immediately after a docking operation on a dock panel has finished.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The EndDocking event's data class is EndDockingEventArgs. The following properties provide information specific to this event:
Property | 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. |
Remarks
Handle the EndDocking event to perform actions after a panel has been docked. This event serves only as a notification that the docking operation has been completed. To control whether panel(s) can be docked to a particular position, handle the DockManager.Docking event.
For general information on handling panel docking, see the Controlling Dock Operations topic.