3 references to DownloadProgressChanged
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\MyServices\Internal\WebClientCopy.vb (1)
85
Handles _webClient.
DownloadProgressChanged
System.Net.WebClient (2)
System\Net\WebClient.cs (2)
81
protected virtual void OnDownloadProgressChanged(DownloadProgressChangedEventArgs e) =>
DownloadProgressChanged
?.Invoke(this, e);
1820
else if (
DownloadProgressChanged
!= null)