Click or drag to resize
DownloadUpdateProgressChangedEventArgsDownloadedBytes Property
Gets the number of bytes that have been downloaded.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public long DownloadedBytes { get; }

Property Value

Type: Int64
The number of bytes that have been downloaded.
Remarks
To determine what percentage of the download has occurred, use the ProgressPercentage property.
See Also