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