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

ASPxClientCallback Class

Represents a client-side equivalent of the ASPxCallback control.

Declaration

declare class ASPxClientCallback extends ASPxClientControl

Remarks

The ASPxClientCallback object serves as a client-side equivalent of the ASPxCallback control and implements the functionality allowing a callback to the server to be initiated (ASPxClientCallback.PerformCallback) and finally processed (ASPxClientCallback.CallbackComplete) on the client side.

Inheritance

See Also