Intersoft ClientUI Documentation
DownloadProgress Event



Occurs when the resource is being downloaded.
Syntax
Public Event DownloadProgress As EventHandler(Of DownloadProgressChangedEventArgs)
Dim instance As Downloader
Dim handler As EventHandler(Of DownloadProgressChangedEventArgs)
 
AddHandler instance.DownloadProgress, handler
public event EventHandler<DownloadProgressChangedEventArgs> DownloadProgress
public:
event EventHandler<DownloadProgressChangedEventArgs^>^ DownloadProgress
Event Data

The event handler receives an argument of type DownloadProgressChangedEventArgs containing data related to this event. The following DownloadProgressChangedEventArgs properties provide information specific to this event.

PropertyDescription
BytesReceived  
ProgressPercentage (Inherited from System.ComponentModel.ProgressChangedEventArgs) 
TotalBytesToReceive  
UserState (Inherited from System.ComponentModel.ProgressChangedEventArgs) 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Downloader Class
Downloader Members

Send Feedback