Back to Devexpress

AlertControl.RaiseAlertClick(AlertInfo, AlertFormCore) Method

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

latest2.0 KB
Original Source

AlertControl.RaiseAlertClick(AlertInfo, AlertFormCore) Method

Raises the AlertControl.AlertClick event.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool RaiseAlertClick(
    AlertInfo info,
    AlertFormCore form
)
vb
Public Function RaiseAlertClick(
    info As AlertInfo,
    form As AlertFormCore
) As Boolean

Parameters

NameTypeDescription
infoAlertInfo

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

TypeDescription
Boolean

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

|

See Also

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace