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 | Gets or sets a value that specifies whether the event should be finally processed on the server side. |
See Also
Feedback