MVCxClientGlobalEvents Members
An ASP.NET MVC equivalent of the client ASPxClientGlobalEvents component.Methods
Name | Description |
---|---|
AddBeginCallbackEventHandler(handler) static | Dynamically connects the MVCxClientGlobalEvents.BeginCallback client event with an appropriate event handler function. |
AddCallbackErrorHandler(handler) static | Dynamically connects the MVCxClientGlobalEvents.CallbackError client event with an appropriate event handler function. |
AddControlsInitializedEventHandler(handler) static | Dynamically connects the MVCxClientGlobalEvents.ControlsInitialized client event with an appropriate event handler function. |
AddEndCallbackEventHandler(handler) static | Dynamically connects the MVCxClientGlobalEvents.EndCallback client event with an appropriate event handler function. |
Events
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