Represents the method that will handle the DownloadDataCompleted event of a WebClient.
| C# | Visual Basic |
public delegate void DownloadDataCompletedEventHandler( Object sender, DownloadDataCompletedEventArgs e )
Public Delegate Sub DownloadDataCompletedEventHandler ( _ sender As Object, _ e As DownloadDataCompletedEventArgs _ )
- sender (Object)
- The source of the event.
- e (DownloadDataCompletedEventArgs)
- A DownloadDataCompletedEventArgs containing event data.