FileUploadCompleteEventArgs Properties
Provides data for the ASPxUploadControl.FileUploadComplete server event.
Name | Description |
---|---|
Callback |
Gets or sets a string that contains specific information (if any) to be passed from the server side to the client. |
Error |
Gets or sets the error text. |
Is |
Gets or sets a value specifying whether the uploaded file passes validation. |
Uploaded |
Gets the uploaded file object related to the event. |
See Also