WebClient.OpenWriteCompleted Event
.NET Framework (current version)
Occurs when an asynchronous operation to open a stream to write data to a resource completes.
Assembly: System (in System.dll)
This event is raised each time an asynchronous operation to open a stream that is used to send data to a resource completes. These operations are started by calling the OpenWriteAsync methods.
The OpenWriteCompletedEventHandler is the delegate for this event. The OpenWriteCompletedEventArgs class provides the event handler with event data.
For more information about handling events, see NIB: Consuming Events.
.NET Framework
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: