Click or drag to resize
CheckForUpdateCompletedEventHandler Delegate
Represents the method that will handle the CheckForUpdateCompleted event of the UpdateController class.

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 delegate void CheckForUpdateCompletedEventHandler(
	Object sender,
	CheckForUpdateCompletedEventArgs e
)

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: Kjs.AppLife.Update.ControllerCheckForUpdateCompletedEventArgs
A CheckForUpdateCompletedEventArgs that contains the event data.
See Also