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

AlertControl.RaiseButtonDownChanged(AlertButton, AlertInfo, AlertFormCore) Method

Namespace: DevExpress.XtraBars.Alerter

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void RaiseButtonDownChanged(
    AlertButton bi,
    AlertInfo info,
    AlertFormCore form
)

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