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