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

ASPxClientGlobalBeginCallbackEventArgs Members

Provides data for the ASPxClientGlobalEvents.BeginCallback event.

Constructors

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

Properties

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.
See Also