5 references to DownloadFileCompleted
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (1)
61
Handles _webClient.
DownloadFileCompleted
System.Net.WebClient (4)
System\Net\WebClient.cs (4)
80
protected virtual void OnDownloadFileCompleted(AsyncCompletedEventArgs e) =>
DownloadFileCompleted
?.Invoke(this, e);
1682
handler = (sender, e) => HandleCompletion(tcs, e, (args) => null, handler, (webClient, completion) => webClient.
DownloadFileCompleted
-= completion);
1683
DownloadFileCompleted
+= handler;
1689
DownloadFileCompleted
-= handler;