AlertControl.RaiseAlertClick(AlertInfo, AlertFormCore) Method
In This Article
Raises the AlertControl.AlertClick event.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
info | Alert |
An object that contains information displayed in the currently processed alert window. |
form | DevExpress. |
An Alert |
#Returns
Type | Description |
---|---|
Boolean | The value of the Alert |
See Also