Skip to main content

BootstrapClientCheckBox.CheckedChanged Event

Occurs on the client side when the editor’s checked state has been changed.

Declaration

CheckedChanged: ASPxClientEvent<ASPxClientProcessingModeEventHandler<BootstrapClientCheckBox>>

Event Data

The CheckedChanged event's data class is ASPxClientProcessingModeEventArgs. The following properties provide information specific to this event:

Property Description
processOnServer Specifies whether or not to process the event on the server.
See Also