ASPxButton.CheckedChanged Event
In This Article
Occurs when the button’s checked state is changed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event EventHandler CheckedChanged
#Event Data
The CheckedChanged event's data class is EventArgs.
#Remarks
Write a handler for the CheckedChanged event to perform any custom actions in response to the button’s checked state being changed.
Note
The Checked
See Also