DownloadFileCompletedEventArgs Class¶
Arguments for the DownloadFileCompleted event.
Constructors¶
| Name | Description |
|---|---|
| DownloadFileCompletedEventArgs(FileMetadata, Exception, bool) | Creates a new instance of the DownloadFileCompletedEventArgs class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| Cancelled | System.Boolean | Whether the operation was cancelled or not. |
| Error | System.Exception | Error that occured during the download processed, if occured. |
| Response | DotNetBox.FileMetadata | Metadata of the Downloaded file. |