Share via


FileDownloader.DownloadProgressChanged Event

Raised whenever the download progress changes.

Namespace:  Microsoft.Practices.Prism.Modularity
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public event EventHandler<DownloadProgressChangedEventArgs> DownloadProgressChanged
'Declaration
Public Event DownloadProgressChanged As EventHandler(Of DownloadProgressChangedEventArgs)

Implements

IFileDownloader.DownloadProgressChanged

See Also

FileDownloader Class

Microsoft.Practices.Prism.Modularity Namespace