windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-cd19cf26.md
Fires after a floating page has been docked to the XtraTabbedMdiManager.
Namespace : DevExpress.XtraTabbedMdi
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Events")]
public event FloatingEventHandler EndDocking
<DXCategory("Events")>
Public Event EndDocking As FloatingEventHandler
The EndDocking event's data class is DevExpress.XtraTabbedMdi.FloatingEventArgs.
If the XtraTabbedMdiManager.FloatOnDrag option is enabled, a page can be made floating by dragging its tab header away from the XtraTabbedMdiManager‘s header region. The floating page can then be docked back onto the XtraTabbedMdiManager via drag-and-drop. When docking a floating page, the following events fire:
XtraTabbedMdiManager.EndDocking - Fires after the floating page has been docked to the XtraTabbedMdiManager.See Also