Skip to main content

XtraTabbedMdiManager.MouseLeave Event

Occurs when the mouse pointer leaves the tabbed MDI.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.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:

See Also