WebClient Events
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| Disposed | Occurs when the component is disposed by a call to the Dispose method. (inherited from Component) |
| DownloadDataCompleted | Occurs when an asynchronous data download operation completes. |
| DownloadFileCompleted | Occurs when an asynchronous file download operation completes. |
| DownloadProgressChanged | Occurs when an asynchronous download operation successfully transfers some or all of the data. |
| DownloadStringCompleted | Occurs when an asynchronous resource-download operation completes. |
| OpenReadCompleted | Occurs when an asynchronous operation to open a stream containing a resource completes. |
| OpenWriteCompleted | Occurs when an asynchronous operation to open a stream to write data to a resource completes. |
| UploadDataCompleted | Occurs when an asynchronous data-upload operation completes. |
| UploadFileCompleted | Occurs when an asynchronous file-upload operation completes. |
| UploadProgressChanged | Occurs when an asynchronous upload operation successfully transfers some or all of the data. |
| UploadStringCompleted | Occurs when an asynchronous string-upload operation completes. |
| UploadValuesCompleted | Occurs when an asynchronous upload of a name/value collection completes. |