DownloadFileEventArgs Class¶
Arguments for the DownloadFile event.
Constructors¶
| Name | Description |
|---|---|
| DownloadFileEventArgs(string, string, string, string) | Creates a new instance of the DownloadFileEventArgs class. |
Properties¶
| Name | Type | Description |
|---|---|---|
| AccessToken | System.String | Access token to send to the server. |
| Data | System.String | Data to send to the server. |
| SavePath | System.String | Location at which to save the file. |
| Url | System.String | Remote URL at which the file to download is located. |