AlertControl.MouseFormLeave Event
Fires when the mouse pointer leaves an alert window.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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