Click or drag to resize
UpdateController Events

The UpdateController type exposes the following members.

Events
  NameDescription
Public eventCheckForUpdateCompleted
Occurs when an asynchronous update check operation completes.
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventDownloadUpdateCompleted
Occurs when an asynchronous update download operation completes.
Public eventDownloadUpdateProgressChanged
Occurs during when an asynchronous update download operation successfully transfers some or all of the data.
Public eventShutdownRequested Obsolete.
Occurs when applying an update requires the application to terminate.
Public eventUpdateDialogShowing
Occurs before the built-in update information dialog displays information about the current update available for download.
Public eventUpdateFound
Occurs when one or more updates have been found.
Public eventUpdateStarting
Occurs when an update is about to be applied.
Top
See Also