DownloadUpdateProgressChangedEventArgsDownloadedBytes Property |
Gets the number of bytes that have been downloaded.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic long DownloadedBytes { get; }
Public ReadOnly Property DownloadedBytes As Long
Get
public:
property long long DownloadedBytes {
long long get ();
}
member DownloadedBytes : int64 with get
Property Value
Type:
Int64The number of bytes that have been downloaded.
Remarks
To determine what percentage of the download has occurred, use the
ProgressPercentage
property.
See Also