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

BinaryImageClientSideEvents Properties

Contains a list of the client-side events available for the BinaryImage.
Name Description
BeginCallback Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientBinaryImage.BeginCallback event.
CallbackError Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientBinaryImage.CallbackError event.
Click Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientBinaryImage.Click event.
EndCallback Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientBinaryImage.EndCallback event.
GotFocus Gets or sets the name of the JavaScript function or the entire code which will handle the editor’s client ASPxClientEdit.GotFocus event.
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.
LostFocus Gets or sets the name of the JavaScript function or the entire code which will handle the editor’s client ASPxClientEdit.LostFocus event.
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