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

Parameters

sender
Type: SystemObject
The source of the event.
e
Type: Kjs.AppLife.Update.ControllerUpdateDialogShowingEventArgs
An UpdateDialogShowingEventArgs that contains the event data.
See Also