This event is raised each time an asynchronous file download operation completes. Asynchronous file downloads are started by calling the erload:System.Net.WebClient.DownloadFileAsync methods.
The System.ComponentModel.AsyncCompletedEventHandler is the delegate for this event. The System.ComponentModel.AsyncCompletedEventArgs class provides the event handler with event data.
For more information about handling events, see Consuming Events.