Skip to main content
A newer version of this page is available. .

MVCxClientGlobalBeginCallbackEventArgs Properties

Provides data for the ASPxClientGlobalEvents.BeginCallback event.
Name Description
command Gets a command name that identifies which client action forced a callback to occur. 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