Skip to main content
A newer version of this page is available. .

AlertControl.RaiseFormClosing(AlertFormClosingEventArgs) Method

Raises the AlertControl.FormClosing event.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public void RaiseFormClosing(
    AlertFormClosingEventArgs args
)

Parameters

Name Type Description
args DevExpress.XtraBars.Alerter.AlertFormClosingEventArgs

An AlertFormClosingEventArgs object.

See Also