Click or drag to resize
UpdateControllerDownloadUpdateCompleted Event
Occurs when an asynchronous update download operation completes.

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 AsyncCompletedEventHandler DownloadUpdateCompleted

Value

Type: System.ComponentModelAsyncCompletedEventHandler
Remarks

This event is raised each time an asynchronous update download operation completes. Asynchronous update downloads are started by calling the DownloadUpdateAsync method.

See Also