Catalog.CatalogChanged Event
Occurs when catalog has detected changes to any of the metadata files in the catalog.
Syntax
public event CatalogChangedEventHandler CatalogChanged
Remarks
This event is fired when the catalog monitor thread has detected changes to the catalog files, and applied those changes to the Catalog instance.
For this event to occur, the monitor thread must have been started with a call to MonitorChanges.
This event will typically be fired on a background thread.
Platforms
Windows, Linux, Android