Back to Devexpress

AlertControl.RaiseFormLoad(AlertFormCore) Method

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-dot-raiseformload-x28-devexpress-dot-xtrabars-dot-alerter-dot-alertformcore-x29.md

latest1.2 KB
Original Source

AlertControl.RaiseFormLoad(AlertFormCore) Method

Raises the AlertControl.FormLoad event.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void RaiseFormLoad(
    AlertFormCore form
)
vb
Public Sub RaiseFormLoad(
    form As AlertFormCore
)

Parameters

NameTypeDescription
formDevExpress.XtraBars.Alerter.AlertFormCore

An AlertFormCore object passed to the event.

|

See Also

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace