IFileDownloader.DownloadProgressChanged Event
Raised whenever the download progress changes.
Namespace: Microsoft.Practices.Prism.Modularity
Assembly: Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)
Syntax
event EventHandler<DownloadProgressChangedEventArgs> DownloadProgressChanged
'Declaration
Event DownloadProgressChanged As EventHandler(Of DownloadProgressChangedEventArgs)