Skip to main content

MVCxClientGlobalEvents.AddBeginCallbackEventHandler(handler) Method

Dynamically connects the MVCxClientGlobalEvents.BeginCallback client event with an appropriate event handler function.

Declaration

static AddBeginCallbackEventHandler(
    handler: ASPxClientEvent<MVCxClientBeginCallbackEventHandler<MVCxClientGlobalEvents>>
): void

Parameters

Name Type Description
handler ASPxClientEvent<MVCxClientBeginCallbackEventHandler<MVCxClientGlobalEvents>>

A object containing the event handling function’s content.

Remarks

You can use the AddBeginCallbackEventHandler method to manually connect the MVCxClientGlobalEvents.BeginCallback event with a specific handling function while operating on the client-side.

See Also