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

ASPxClientGlobalEndCallbackEventArgs Members

Provides data for the ASPxClientGlobalEvents.EndCallback event.

Constructors

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

Properties

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