Skip to main content

MVCxClientGlobalBeginCallbackEventHandler<Sender> Interface

In This Article

A method that will handle the ASPxClientGlobalEvents.BeginCallback event.

#Declaration

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