Share via


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)

See Also

IFileDownloader Interface

Microsoft.Practices.Prism.Modularity Namespace