Back to Devexpress

ASPxClientDataCallback Interface

aspnet-js-aspxclientdatacallback.md

latest613 B
Original Source

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

ts
interface ASPxClientDataCallback

Parameters

NameTypeDescription
senderany

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