ASPxClientSpreadsheet.PerformDocumentCallback(parameter) Method
Obsolete. Sends a callback to the server and generates the server-side ASPxSpreadsheet.DocumentCallback event, passing it the specified argument.
Declaration
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.DocumentCallback event. |
See Also