This event is raised each time an asynchronous operation to open a stream containing a resource completes. These operations are started by calling the erload:System.Net.WebClient.OpenReadAsync methods.
The System.Net.OpenReadCompletedEventHandler is the delegate for this event. The System.Net.OpenReadCompletedEventArgs class provides the event handler with event data.
For more information about handling events, see Consuming Events.