AlertControl.RaiseButtonDownChanged(AlertButton, AlertInfo, AlertFormCore) Method
Raises the AlertControl.ButtonDownChanged event.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| bi | AlertButton | An AlertButton object passed to the event. |
| info | AlertInfo | An AlertInfo object passed to the event. |
| form | DevExpress.XtraBars.Alerter.AlertFormCore | An AlertFormCore object passed to the event. |
See Also