WebClient.OpenReadCompleted Event
.NET Framework (current version)
Occurs when an asynchronous operation to open a stream containing a resource completes.
Assembly: System (in System.dll)
This event is raised each time an asynchronous operation to open a stream containing a resource completes. These operations are started by calling the OpenReadAsync methods.
The OpenReadCompletedEventHandler is the delegate for this event. The OpenReadCompletedEventArgs class provides the event handler with event data.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: