Skip to main content
Tab

ASPxButton.CheckedChanged Event

Occurs when the button’s checked state is changed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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 CheckedChanged event’s generation depends upon the settings of the ASPxButton.AutoPostBack property and the ASPxClientProcessingModeEventArgs.processOnServer property passed to the corresponding client ASPxClientButton.CheckedChanged event, if it is handled. refer to the descriptions of these properties for more information.

See Also