Skip to main content
A newer version of this page is available. .

ASPxClientUploadControlFilesUploadCompleteEventArgs Properties

Provides data for the ASPxClientUploadControl.FilesUploadComplete client event, which enables you to perform specific actions after all selected files have been uploaded.
Name Description
callbackData Gets a string that contains specific information (if any) passed from the server side for further client processing.
errorText Gets the error text to be displayed within the upload control’s error frame.
See Also