Click or drag to resize
UpdateStartingEventHandler Delegate
Represents the method that will handle the UpdateStarting 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 UpdateStartingEventHandler(
	Object sender,
	UpdateStartingEventArgs e
)

Parameters

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