Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebClient.UploadValuesCompleted Event

 

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

Namespace:   System.Net
Assembly:  System (in System.dll)

Public Event UploadValuesCompleted As UploadValuesCompletedEventHandler

This event is raised each time an asynchronous upload of a NameValueCollection object's data completes. These uploads are started by calling the UploadValuesAsync methods.

The UploadValuesCompletedEventHandler is the delegate for this event. The UploadValuesCompletedEventArgs class provides the event handler with event data.

For more information about handling events, see NIB: Consuming Events.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft