Intersoft ClientUI Documentation
OnDownloading Method (ResourceDownloader)



Called when the download operation is in progress.
Syntax
Protected Overridable Sub OnDownloading( _
   ByVal percentCompleted As Integer, _
   ByVal bytesReceived As Long, _
   ByVal totalBytes As Long _
) 
Dim instance As ResourceDownloader
Dim percentCompleted As Integer
Dim bytesReceived As Long
Dim totalBytes As Long
 
instance.OnDownloading(percentCompleted, bytesReceived, totalBytes)
protected virtual void OnDownloading( 
   int percentCompleted,
   long bytesReceived,
   long totalBytes
)
protected:
virtual void OnDownloading( 
   int percentCompleted,
   int64 bytesReceived,
   int64 totalBytes
) 

Parameters

percentCompleted
bytesReceived
totalBytes
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

ResourceDownloader Class
ResourceDownloader Members

Send Feedback