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