Back to Devexpress

AlertControl.FormClosing Event

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-92eca26c.md

latest1.2 KB
Original Source

AlertControl.FormClosing Event

Fires when an alert window is about to be closed.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Event Data

The FormClosing event's data class is DevExpress.XtraBars.Alerter.AlertFormClosingEventArgs.

Remarks

To prevent an alert window from being closed, set the Cancel parameter to true.

See Also

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace