Skip to main content

MVCxClientGlobalEvents Methods

An ASP.NET MVC equivalent of the client ASPxClientGlobalEvents component.
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.
See Also