CatalogMap.ServiceChanged Event
Occurs when the CatalogMap has detected changes to the catalog map.
Syntax
public event ServiceChangedEventHandlerEx ServiceChanged
Remarks
This event is fired when the monitor thread has detected changes to the catalog map.
For this event to occur, the monitor thread must have been started by setting the ServiceMonitorInterval property.
The event will typically be fired on a background thread, so it will not be possible to call Reset directly. Instead, the handler must trigger an update in the GUI thread. How this is done depends on the GUI system being used.
Platforms
Windows, Linux, Android