Click or drag to resize
INewVersionCheckerNewVersionAvailable Event
Raised when CheckForNewVersion detects that a new version is available for download. It is recommended that you hook the version of this on Singleton and be prepared for it being called on a non-GUI thread.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
event EventHandler NewVersionAvailable

Value

Type: SystemEventHandler
See Also