WebClient.WriteStreamClosed Event
Occurs when an asynchronous operation to write data to a resource using a write stream is closed.
Assembly: System (in System.dll)
This event is raised each time an asynchronous operation used to write data to a resource using a write stream is closed. These operations result from calls to the OpenWriteTaskAsync methods.
The WriteStreamClosedEventHandler is the delegate for this event. The WriteStreamClosedEventArgs class provides the event handler with event data.
For more information about handling events, see NIB: Consuming Events.
Available since 4.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0