DownloadFileAsyncCallback 委托 |
On download file async complete, success or fail.
命名空间:
DSkin.Html.Core.Handlers
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public delegate void DownloadFileAsyncCallback(
Uri imageUri,
string filePath,
Exception error,
bool canceled
)
参数
- imageUri
- 类型:SystemUri
The online image uri - filePath
- 类型:SystemString
the path to the downloaded file - error
- 类型:SystemException
the error if download failed - canceled
- 类型:SystemBoolean
is the file download request was canceled
参见