Skip to main content
A newer version of this page is available. .

BootstrapClientBinaryImage Events

Represents the client-side equivalent of the BootstrapBinaryImage control.
Name Description
BeginCallback Occurs when a callback for server-side processing is initiated. Inherited from ASPxClientBinaryImage.
CallbackError Fires on the client side if any server error occurs during server-side processing of a callback sent by the ASPxClientBinaryImage. Inherited from ASPxClientBinaryImage.
Click Occurs on the client side after an image is clicked. Inherited from ASPxClientBinaryImage.
EndCallback Occurs after a callback’s server-side processing has been completed. Inherited from ASPxClientBinaryImage.
GotFocus Fires on the client side when the editor receives input focus. Inherited from ASPxClientEdit.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
LostFocus Fires on the client side when the editor loses input focus. Inherited from ASPxClientEdit.
Validation Allows you to specify whether the value entered into the editor is valid, and whether the editor is allowed to lose focus. Inherited from ASPxClientEdit.
ValueChanged Fires after the editor’s value has been changed by end-user interactions. Inherited from ASPxClientEdit.
See Also