Skip to main content

MVCxClientGlobalBeginCallbackEventHandler<Sender> Interface

A method that will handle the ASPxClientGlobalEvents.BeginCallback event.

Declaration

interface MVCxClientGlobalBeginCallbackEventHandler<Sender> { (source: Sender, e: MVCxClientGlobalBeginCallbackEventArgs): void; }

Parameters

Name Type Description
source Sender

An object which is the event source. Identifies the client object that raised the event.

e MVCxClientGlobalBeginCallbackEventArgs

A MVCxClientGlobalBeginCallbackEventArgs object that contains event data.