System.Net.WebClient.UploadDataCompleted Event

Occurs when an asynchronous data-upload operation completes.

Syntax

public event UploadDataCompletedEventHandler UploadDataCompleted

Remarks

This event is raised each time an asynchronous data upload operation completes. Asynchronous data uploads are started by calling the erload:System.Net.WebClient.UploadDataAsync methods.

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