Reputation: 223
private void Client_DownloadFileCompleted(object sender, AsyncCompletedEventArgs e)
{
}
I want to check these two cases:
If there was an error then do something.
If the file was downloaded successfully do something.
Upvotes: 0
Views: 3187