AlertControl.RaiseButtonDownChanged(AlertButton, AlertInfo, AlertFormCore) Method
In This Article
Raises the AlertControl.ButtonDownChanged event.
Namespace: DevExpress.XtraBars.Alerter
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void RaiseButtonDownChanged(
AlertButton bi,
AlertInfo info,
AlertFormCore form
)
#Parameters
Name | Type | Description |
---|---|---|
bi | Alert |
An Alert |
info | Alert |
An Alert |
form | DevExpress. |
An Alert |
See Also