Skip to main content

ASPxClientGlobalBeginCallbackEventArgs Members

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

#Constructors

Name Description
constructor(control, command) Initializes a new instance of the ASPxClientGlobalBeginCallbackEventArgs 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.
See Also