[]
Gets a Boolean value that indicates whether the document has been modified since it was last saved.
[Browsable(false)]
public bool IsDirty { get; }
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.