WebClient::UploadValuesCompleted Event
.NET Framework (current version)
Occurs when an asynchronous upload of a name/value collection completes.
Assembly: System (in System.dll)
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
Available since 2.0
Show: