Click or drag to resize
UpdateControllerDownloadUpdateProgressChanged Event
Occurs during when an asynchronous update download operation successfully transfers some or all of the data.

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 event DownloadUpdateProgressChangedEventHandler DownloadUpdateProgressChanged

Value

Type: Kjs.AppLife.Update.ControllerDownloadUpdateProgressChangedEventHandler
Remarks

This event is raised each time an asynchronous update download makes progress. This event is raised when an update download is started using the DownloadUpdateAsync method.

See Also