Skip to main content

ASPxClientGlobalEndCallbackEventArgs Members

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

#Constructors

Name Description
constructor(control) Initializes a new instance of the ASPxClientGlobalEndCallbackEventArgs class.

#Properties
Show Inherited Hide Inherited

Name Description
command Gets a command name that identifies which client action forced a callback to occur. Inherited from ASPxClientEndCallbackEventArgs.
control Gets an object that initiated a callback.
See Also