FilesUploadCompleteEventArgs Properties
Provides data for the ASPxUploadControl.FilesUploadComplete server event.| Name | Description |
|---|---|
| CallbackData | Gets or sets a string that contains specific information (if any) to be passed from the server side to the client. |
| ErrorText | Gets or sets the error text to be displayed within the control’s error frame if the file upload fails. |
See Also