Intersoft.Client.Framework Namespace > Downloader Class : DownloadProgress Event |
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
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.
Property | Description |
---|---|
BytesReceived | |
ProgressPercentage (Inherited from System.ComponentModel.ProgressChangedEventArgs) | |
TotalBytesToReceive | |
UserState (Inherited from System.ComponentModel.ProgressChangedEventArgs) |
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