System.Net.WebClient.UploadValuesCompleted Event

Occurs when an asynchronous upload of a name/value collection completes.

Syntax

public event UploadValuesCompletedEventHandler UploadValuesCompleted

Remarks

This event is raised each time an asynchronous upload of a System.Collections.Specialized.NameValueCollection object's data completes. These uploads are started by calling the erload:System.Net.WebClient.UploadValuesAsync methods.

The System.Net.UploadValuesCompletedEventHandler is the delegate for this event. The System.Net.UploadValuesCompletedEventArgs 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