Skip to main content

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