Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / IsDirty Property

In This Topic
    IsDirty Property
    In This Topic
    Gets a Boolean value that indicates whether the document has been modified since it was last saved.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDirty As System.Boolean
    public System.bool IsDirty {get;}
    Remarks
    If the IsDirty property is True, data in the XML document has been changed since it was last saved. If False, no changes have occurred.
    See Also