XtraTabbedMdiManager.MouseLeave Event
In This Article
Occurs when the mouse pointer leaves the tabbed MDI.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Events")]
public event EventHandler MouseLeave
#Event Data
The MouseLeave event's data class is EventArgs.
#Remarks
Mouse events occur in the following order:
- XtraTabbedMdiManager.MouseEnter
- XtraTabbedMdiManager.MouseMove
- XtraTabbedMdiManager.MouseDown
- XtraTabbedMdiManager.MouseUp
- MouseLeave
See Also