Skip to main content

BootstrapBinaryImageClientSideEvents Properties

Contains a list of the client-side events available for the Binary Image.
Name Description
BeginCallback Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientBinaryImage.BeginCallback event. Inherited from BinaryImageClientSideEvents.
CallbackError Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientBinaryImage.CallbackError event. Inherited from BinaryImageClientSideEvents.
Click Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientBinaryImage.Click event. Inherited from BinaryImageClientSideEvents.
EndCallback Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientBinaryImage.EndCallback event. Inherited from BinaryImageClientSideEvents.
Init Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents.
Validation Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.Validation event. Inherited from EditClientSideEvents.
ValueChanged Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientEdit.ValueChanged event. Inherited from EditClientSideEvents.
See Also