Back to Devexpress

DockManager.EndDocking Event

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-adcb089b.md

latest2.6 KB
Original Source

DockManager.EndDocking Event

Fires immediately after a docking operation on a dock panel has finished.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Docking")]
public event EndDockingEventHandler EndDocking
vb
<DXCategory("Docking")>
Public Event EndDocking As EndDockingEventHandler

Event Data

The EndDocking event's data class is EndDockingEventArgs. The following properties provide information specific to this event:

PropertyDescription
CanceledIndicates whether the docking operation was canceled by an end-user.
DockedPanelsGets the panel(s) docked to the target control.
PanelGets 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.

See Also

StartDocking

Docking

Controlling Dock Operations

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace