Cuminas DjVu SDK for .NET Framework
DownloadProgress Event



Syntax
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
Event Data

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.

PropertyDescription
ProgressGets a value that represents the download progress of a bitmap, expressed as a percentage.  
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

PageBitmapSource Class
PageBitmapSource Members

Send Feedback