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

AlertControl.RaiseFormLoad(AlertFormCore) Method

Raises the AlertControl.FormLoad event.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void RaiseFormLoad(
    AlertFormCore form
)

Parameters

Name Type Description
form DevExpress.XtraBars.Alerter.AlertFormCore

An AlertFormCore object passed to the event.

See Also