Occurs when download progress has changed.

Namespace:  Rebex.Net
Assembly:  Rebex.Http (in Rebex.Http.dll)

Syntax

Visual Basic
Public Event DownloadProgressChanged As EventHandler(Of WebClientProgressChangedEventArgs)
C#
public event EventHandler<WebClientProgressChangedEventArgs> DownloadProgressChanged

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also