ASPxClientCallback Events
Represents a client-side equivalent of the ASPxCallback control.| Name | Description |
|---|---|
| BeginCallback | Occurs when a callback for server-side processing is initiated. |
| CallbackComplete | Fires on the client side when a callback initiated by the client ASPxClientCallback.PerformCallback method and processed within the server ASPxCallback.Callback event’s handler returns back to the client. |
| CallbackError | Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientCallback. |
| EndCallback | Occurs on the client side after a callback’s server-side processing has been completed. |
| Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
See Also