Skip to main content

AlertControl.RaiseFormClosing(AlertFormClosingEventArgs) Method

Raises the AlertControl.FormClosing event.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public void RaiseFormClosing(
    AlertFormClosingEventArgs args
)

Parameters

Name Type Description
args DevExpress.XtraBars.Alerter.AlertFormClosingEventArgs

An AlertFormClosingEventArgs object.

See Also