Back to Devexpress

AlertControl.RaiseFormClosing(AlertFormClosingEventArgs) Method

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-dot-raiseformclosing-x28-devexpress-dot-xtrabars-dot-alerter-dot-alertformclosingeventargs-x29.md

latest1.4 KB
Original Source

AlertControl.RaiseFormClosing(AlertFormClosingEventArgs) Method

Raises the AlertControl.FormClosing event.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public void RaiseFormClosing(
    AlertFormClosingEventArgs args
)
vb
<Browsable(False)>
Public Sub RaiseFormClosing(
    args As AlertFormClosingEventArgs
)

Parameters

NameTypeDescription
argsDevExpress.XtraBars.Alerter.AlertFormClosingEventArgs

An AlertFormClosingEventArgs object.

|

See Also

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace