ComponentOne DynamicHelp for WinForms
HasChanges Property

C1.Win.C1DynamicHelp.4 Assembly > C1.Win.C1DynamicHelp Namespace > TopicMap Class : HasChanges Property
Gets a value that determines whether the TopicMap has changed since it was initialized (read from an XML file).
Syntax
'Declaration
 
Public ReadOnly Property HasChanges As System.Boolean
public System.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.

See Also

Reference

TopicMap Class
TopicMap Members