WebClient::DownloadStringCompleted Event
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Occurs when an asynchronous resource-download operation is completed.
Assembly: System.Net (in System.Net.dll)
This event is raised each time an asynchronous operation to download a resource as a string is completed. These operations are started by calling one of the DownloadStringAsync methods.
Show: