Skip to main content

MVCxClientBeginCallbackEventHandler<Sender> Interface

In This Article

A method that will handle client BeginCallback events.

#Declaration

TypeScript
interface MVCxClientBeginCallbackEventHandler<Sender> { (source: Sender, e: MVCxClientBeginCallbackEventArgs): void; }

#Parameters

Name Type Description
source Sender

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

e MVCxClientBeginCallbackEventArgs

A MVCxClientBeginCallbackEventArgs object that contains event data.