Back to Devexpress

AlertControl.MouseFormEnter Event

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-3146b29c.md

latest1.3 KB
Original Source

AlertControl.MouseFormEnter Event

Fires when the mouse pointer enters an alert window.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event AlertEventHandler MouseFormEnter
vb
<DXCategory("Events")>
Public Event MouseFormEnter As AlertEventHandler

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

MouseFormLeave

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace