ASPxClientUploadControlFileUploadCompleteEventArgs Members
Provides data for the ASPxClientUploadControl.FileUploadComplete event.Constructors
| Name | Description |
|---|---|
| constructor(inputIndex, isValid, errorText, callbackData) | Initializes a new instance of the ASPxClientUploadControlFileUploadCompleteEventArgs class. |
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 ASPxUploadControl‘s error frame. |
| inputIndex | Gets the index of a file input element within the ASPxUploadControl. |
| isValid | Gets or sets a value indicating whether the uploaded file passes validation. |
See Also