windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-bcc71e70.md
Fires when a docked page becomes floating.
Namespace : DevExpress.XtraTabbedMdi
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Events")]
public event FloatingEventHandler Floating
<DXCategory("Events")>
Public Event Floating As FloatingEventHandler
The Floating event's data class is DevExpress.XtraTabbedMdi.FloatingEventArgs.
For a page that is becoming floating, the following events fire:
XtraTabbedMdiManager.Floating - Fires when a page becomes floating.The XtraTabbedMdiManager.BeginFloating, XtraTabbedMdiManager.Floating and XtraTabbedMdiManager.EndFloating events do not fire when dragging floating pages that have already been made floating.
See Also
Floating