DjVu Namespace > PageBitmapSource Class : DownloadProgress Event |
Public Shadows Event DownloadProgress As EventHandler(Of DownloadProgressEventArgs)
Dim instance As PageBitmapSource Dim handler As EventHandler(Of DownloadProgressEventArgs) AddHandler instance.DownloadProgress, handler
public new event EventHandler<DownloadProgressEventArgs> DownloadProgress
public: new event EventHandler<DownloadProgressEventArgs^>^ DownloadProgress
The event handler receives an argument of type DownloadProgressEventArgs containing data related to this event. The following DownloadProgressEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Progress | Gets a value that represents the download progress of a bitmap, expressed as a percentage. |
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family