Skip to main content

constructor(parameter, result) Constructor

Initializes a new object of the ASPxClientCallbackCompleteEventArgs type with the specified settings.

Declaration

constructor(
    parameter: string,
    result: string
)

Parameters

Name Type Description
parameter string

A string value that represents a parameter passed to the server for processing.

result string

A string value that represents the result of server-side processing.

Remarks

For internal use only.

See Also