[]
Gets a value that determines whether the TopicMap has changed since it was initialized (read from an XML file).
public bool HasChanges { get; }
This property is typically used in authoring mode, to check whether the TopicMap has changed and should therefore be saved before the application closes.
It will return false if authoring mode is not used, unless the application changes the map programmatically.