ASPxClientDataCallback Interface
A JavaScript function which receives a callback data obtained via a call to a specific client method (such as the ASPxClientHtmlEditor.PerformDataCallback).
Declaration
interface ASPxClientDataCallback
Parameters
Name | Type | Description |
---|---|---|
sender | any | An object whose client method generated a callback. |
result | string | A string value that represents the result of server-side callback processing. |
Returns
Type |
---|
void |