UpdateControllerCheckForUpdateCompleted Event |
Occurs when an asynchronous update check operation completes.
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 CheckForUpdateCompletedEventHandler CheckForUpdateCompleted
Public Event CheckForUpdateCompleted As CheckForUpdateCompletedEventHandler
public:
event CheckForUpdateCompletedEventHandler^ CheckForUpdateCompleted {
void add (CheckForUpdateCompletedEventHandler^ value);
void remove (CheckForUpdateCompletedEventHandler^ value);
}
member CheckForUpdateCompleted : IEvent<CheckForUpdateCompletedEventHandler,
CheckForUpdateCompletedEventArgs>
Value
Type:
Kjs.AppLife.Update.ControllerCheckForUpdateCompletedEventHandler
RemarksThis event is raised each time an asynchronous update check operation completes.
Asynchronous update checks are started by calling the CheckForUpdateAsync
method.
See Also