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

◆ OnDownloadDataCompleted()

virtual void System.Net.WebClient.OnDownloadDataCompleted ( DownloadDataCompletedEventArgs e)
inlineprotectedvirtual

Definition at line 301 of file WebClient.cs.

302 {
303 this.DownloadDataCompleted?.Invoke(this, e);
304 }
DownloadDataCompletedEventHandler? DownloadDataCompleted
Definition WebClient.cs:255

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