Click or drag to resize
IPluginStatusChanged Event
Raised by the plugin whenever Status or StatusChanged has been updated by the plugin.

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

Value

Type: SystemEventHandler
Remarks
VRS does not make any assumptions about which thread this is raised on, you can raise it on the GUI thread or a background thread.
See Also