Back to Devexpress

XtraTabbedMdiManager.Floating Event

windowsforms-devexpress-dot-xtratabbedmdi-dot-xtratabbedmdimanager-bcc71e70.md

latest2.8 KB
Original Source

XtraTabbedMdiManager.Floating Event

Fires when a docked page becomes floating.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event FloatingEventHandler Floating
vb
<DXCategory("Events")>
Public Event Floating As FloatingEventHandler

Event Data

The Floating event's data class is DevExpress.XtraTabbedMdi.FloatingEventArgs.

Remarks

For a page that is becoming floating, the following events fire:

  1. XtraTabbedMdiManager.BeginFloating - Fires before a page is made floating. The event allows you to prevent a page from becoming floating.
  2. XtraTabbedMdiManager.Floating - Fires when a page becomes floating.
  3. XtraTabbedMdiManager.FloatMDIChildDragging - Fires repeatedly when dragging a floating page.
  4. XtraTabbedMdiManager.EndFloating - Fires after a floating page has been dropped.

The XtraTabbedMdiManager.BeginFloating, XtraTabbedMdiManager.Floating and XtraTabbedMdiManager.EndFloating events do not fire when dragging floating pages that have already been made floating.

See Also

Float(XtraMdiTabPage, Point)

BeginFloating

Floating

EndFloating

FloatMDIChildDragging

FloatForms

Floating Pages

XtraTabbedMdiManager Class

XtraTabbedMdiManager Members

DevExpress.XtraTabbedMdi Namespace