XtraTabbedMdiManager.BeginFloating Event
Allows you to prevent a page from becoming floating.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The BeginFloating event's data class is DevExpress.XtraTabbedMdi.FloatingCancelEventArgs.
Remarks
For a page that is becoming floating, the following events fire:
XtraTabbedMdiManager.BeginFloating
- Fires before a page is made floating. The event allows you to prevent a page from becoming floating.- XtraTabbedMdiManager.Floating - Fires when a page becomes floating.
- XtraTabbedMdiManager.FloatMDIChildDragging - Fires repeatedly when dragging a floating page.
- 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