Skip to main content

AlertControl.MouseFormLeave Event

Fires when the mouse pointer leaves an alert window.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Events")]
public event AlertEventHandler MouseFormLeave

Event Data

The MouseFormLeave event's data class is DevExpress.XtraBars.Alerter.AlertEventArgs.

Remarks

The event’s parameter allows you to identify the alert window for which the event has been fired,

See Also