FileUploadCompleteEventArgs Properties
Provides data for the ASPxUploadControl.FileUploadComplete 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. |
| IsValid | Gets or sets a value specifying whether the uploaded file passes validation. |
| UploadedFile | Gets the uploaded file object related to the event. |
See Also