System.Net.WebClient.OpenReadCompleted Event

Occurs when an asynchronous operation to open a stream containing a resource completes.

Syntax

public event OpenReadCompletedEventHandler OpenReadCompleted

Remarks

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.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0