Back to Devexpress

AlertControl.MouseFormLeave Event

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-0c77df4e.md

latest1.3 KB
Original Source

AlertControl.MouseFormLeave Event

Fires when the mouse pointer leaves 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 MouseFormLeave
vb
<DXCategory("Events")>
Public Event MouseFormLeave As AlertEventHandler

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

MouseFormEnter

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace