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

AlertControl.MouseFormEnter Event

Fires when the mouse pointer enters an alert window.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

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

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