Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OnDownloadProgressChanged()

virtual void System.Net.WebClient.OnDownloadProgressChanged ( DownloadProgressChangedEventArgs e)
inlineprotectedvirtual

Definition at line 311 of file WebClient.cs.

312 {
313 this.DownloadProgressChanged?.Invoke(this, e);
314 }
DownloadProgressChangedEventHandler? DownloadProgressChanged
Definition WebClient.cs:271

Referenced by System.Net.WebClient.StartAsyncOperation().