Skip to main content

MVCxClientGlobalEvents.AddEndCallbackEventHandler(handler) Method

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

Declaration

static AddEndCallbackEventHandler(
    handler: ASPxClientEvent<ASPxClientEndCallbackEventHandler<MVCxClientGlobalEvents>>
): void

Parameters

Name Type Description
handler ASPxClientEvent<ASPxClientEndCallbackEventHandler<MVCxClientGlobalEvents>>

A object containing the event handling function’s content.

Remarks

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

See Also