The UploadProgressEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Cancel |
Gets or set whether the upload has to be canceled
| |
| Filepath |
Gets the file path
| |
| ProgressPercent |
Gets the progress percent
| |
| TotalBytes |
Gets the file total bytes
| |
| TotalBytesSent |
Gets the total bytes sent
|