Skip to main content

MVCxClientGlobalEvents Events

An ASP.NET MVC equivalent of the client ASPxClientGlobalEvents component.
Name Description
BeginCallback Occurs on the client 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 a DevExpress MVC extension.
ControlsInitialized Occurs on the client side after client object models of all DevExpress MVC extensions contained within the page have been initialized.
EndCallback Occurs on the client after a callback’s server-side processing has been completed.
See Also