ASPxClientUploadControlFilesUploadCompleteEventArgs Members
Provides data for the ASPxClientUploadControl.FilesUploadComplete client event, which enables you to perform specific actions after all selected files have been uploaded.Constructors
Name | Description |
---|---|
constructor(errorText, callbackData) | For internal use only. |
Properties
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