|
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.
|