Skip to main content

MVCxClientGlobalBeginCallbackEventArgs Members

In This Article
Provides data for the MVCxClientGlobalEvents.BeginCallback event.

#Constructors

Name Description
constructor(control, command) Initializes a new instance of the MVCxClientGlobalBeginCallbackEventArgs class.

#Properties
Show Inherited Hide Inherited

Name Description
command Gets a command name that identifies which client action initiated a callback. Inherited from ASPxClientBeginCallbackEventArgs.
control Gets an object that initiated a callback. Inherited from ASPxClientGlobalBeginCallbackEventArgs.
customArgs Gets an object containing specific information (if any, as name/value pairs) that should be passed as a request parameter from the client to the server side for further processing.
See Also