| IPluginStatusChanged Event | 
            Raised by the plugin whenever Status or StatusChanged has been updated by the plugin.
            
 
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxevent EventHandler StatusChanged
Event StatusChanged As EventHandler
 event EventHandler^ StatusChanged {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}abstract StatusChanged : IEvent<EventHandler,
    EventArgs>
Value
Type: 
SystemEventHandler
RemarksVRS 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