ComponentOne DynamicHelp for WinForms
C1.Win.C1DynamicHelp.4.8 Assembly / C1.Win.C1DynamicHelp Namespace / TopicMap Class / HasChanges Property

In This Topic
    HasChanges Property
    In This Topic
    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