Skip to main content
A newer version of this page is available. .

XtraTabbedMdiManager.MouseLeave Event

Occurs when the mouse pointer leaves the tabbed MDI.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v19.1.dll

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