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