Skip to main content

ASPxClientSpreadsheet.PerformDocumentCallback(parameter) Method

In This Article

Obsolete. Sends a callback to the server and generates the server-side ASPxSpreadsheet.Callback event, passing it the specified argument.

#Declaration

TypeScript
PerformDocumentCallback(
    parameter: string
): void

#Parameters

Name Type Description
parameter string

A string value that represents any information that needs to be sent to the server-side ASPxSpreadsheet.Callback event.

See Also