Click or drag to resize
UpdateControllerUpdateDialogShowing Event
Occurs before the built-in update information dialog displays information about the current update available for download.

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 UpdateDialogShowingEventHandler UpdateDialogShowing

Value

Type: Kjs.AppLife.Update.ControllerUpdateDialogShowingEventHandler
Remarks

The built-in update information dialog is shown from the ShowCheckForUpdateDialog and UpdateInteractive methods. Handlers of the event can change the summary text shown in the dialog.

See Also