Skip to main content

ASPxClientUploadControlFilesUploadCompleteEventArgs.callbackData Property

Gets a string that contains specific information (if any) passed from the server side for further client processing.

Declaration

callbackData: string

Property Value

Type Description
string

A string value that is the callback data passed from the server.

Remarks

Use the callbackData property to obtain specific information which has been collected on the server while handling the ASPxUploadControl.FilesUploadComplete server event, and passed via the FilesUploadCompleteEventArgs.CallbackData property to the client for final processing.

See Also