Intersoft.Client.Framework Namespace > ResourceDownloader Class : OnDownloading Method |
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 )
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