UpdateControllerDownloadUpdateCompleted Event |
Occurs when an asynchronous update download 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 AsyncCompletedEventHandler DownloadUpdateCompleted
Public Event DownloadUpdateCompleted As AsyncCompletedEventHandler
public:
event AsyncCompletedEventHandler^ DownloadUpdateCompleted {
void add (AsyncCompletedEventHandler^ value);
void remove (AsyncCompletedEventHandler^ value);
}
member DownloadUpdateCompleted : IEvent<AsyncCompletedEventHandler,
AsyncCompletedEventArgs>
Value
Type:
System.ComponentModelAsyncCompletedEventHandler
RemarksThis event is raised each time an asynchronous update download operation completes.
Asynchronous update downloads are started by calling the DownloadUpdateAsync
method.
See Also