[]
        
(Showing Draft Content)

C1.Win.C1DynamicHelp.TopicMap.HasChanges

HasChanges Property

HasChanges

Gets a value that determines whether the TopicMap has changed since it was initialized (read from an XML file).

Declaration
public bool HasChanges { get; }
Remarks

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.