Click or drag to resize
UpdateControllerCheckForUpdateCompleted Event
Occurs when an asynchronous update check 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 CheckForUpdateCompletedEventHandler CheckForUpdateCompleted

Value

Type: Kjs.AppLife.Update.ControllerCheckForUpdateCompletedEventHandler
Remarks

This event is raised each time an asynchronous update check operation completes. Asynchronous update checks are started by calling the CheckForUpdateAsync method.

See Also