Back to Devexpress

AlertControl.ButtonDownChanged Event

windowsforms-devexpress-dot-xtrabars-dot-alerter-dot-alertcontrol-870f3bc4.md

latest2.0 KB
Original Source

AlertControl.ButtonDownChanged Event

Fires when the pressed state of a custom check button within an alert window has been changed.

Namespace : DevExpress.XtraBars.Alerter

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Events")]
public event AlertButtonDownChangedEventHandler ButtonDownChanged
vb
<DXCategory("Events")>
Public Event ButtonDownChanged As AlertButtonDownChangedEventHandler

Event Data

The ButtonDownChanged event's data class is DevExpress.XtraBars.Alerter.AlertButtonDownChangedEventArgs.

Remarks

The ButtonDownChanged event fires after a custom check button has been clicked and its pressed state has been changed. To get the current pressed state of the button, use the event’s Down parameter. To respond to clicking regular custom buttons, handle the AlertControl.ButtonClick event.

Please refer to the AlertControl.ButtonClick topic, to learn more about using the ButtonDownChanged and AlertControl.ButtonClick events.

See Also

Buttons

ButtonClick

AlertControl Class

AlertControl Members

DevExpress.XtraBars.Alerter Namespace