WebClient.DownloadDataCompleted Event
.NET Framework (current version)
Occurs when an asynchronous data download operation completes.
Assembly: System (in System.dll)
This event is raised each time an asynchronous data download operation completes. Asynchronous data downloads are started by calling the DownloadDataAsync methods.
The DownloadDataCompletedEventHandler is the delegate for this event. The DownloadDataCompletedEventArgs class provides the event handler with event data.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Available since 2.0
Show: