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

AlertControl.RaiseAlertClick(AlertInfo, AlertFormCore) Method

Raises the AlertControl.AlertClick event.

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public bool RaiseAlertClick(
    AlertInfo info,
    AlertFormCore form
)

Parameters

Name Type Description
info AlertInfo

An object that contains information displayed in the currently processed alert window.

form DevExpress.XtraBars.Alerter.AlertFormCore

An AlertFormCore object that specifies the currently processed alert window.

Returns

Type Description
Boolean

The value of the AlertClickEventArgs.ActivateOwner parameter returned from your AlertControl.AlertClick event handler.

See Also