UpdateControllerUpdateDialogShowing Event |
Occurs before the built-in update information dialog displays information about
the current update available for download.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic event UpdateDialogShowingEventHandler UpdateDialogShowing
Public Event UpdateDialogShowing As UpdateDialogShowingEventHandler
public:
event UpdateDialogShowingEventHandler^ UpdateDialogShowing {
void add (UpdateDialogShowingEventHandler^ value);
void remove (UpdateDialogShowingEventHandler^ value);
}
member UpdateDialogShowing : IEvent<UpdateDialogShowingEventHandler,
UpdateDialogShowingEventArgs>
Value
Type:
Kjs.AppLife.Update.ControllerUpdateDialogShowingEventHandler
Remarks
See Also