Skip to main content

MVCxClientCallbackPanel Events

A client-side counterpart of the CallbackPanel extension.
Name Description
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by the ASPxClientCallbackPanel. Inherited from ASPxClientCallbackPanel.
Collapsed Occurs when the expanded panel is closed. Inherited from ASPxClientPanel.
EndCallback Occurs on the client side after a callback’s server-side processing has been completed. Inherited from ASPxClientCallbackPanel.
Expanded Occurs when an end-user opens the expand panel. Inherited from ASPxClientPanel.
Init Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase.
See Also