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. |
| 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