ProjectRootElement.HasUnsavedChanges Property

Definition

Whether the XML has been modified since it was last loaded or saved.

public:
 property bool HasUnsavedChanges { bool get(); };
public bool HasUnsavedChanges { get; }
member this.HasUnsavedChanges : bool
Public ReadOnly Property HasUnsavedChanges As Boolean

Property Value

true if the project has been modified; otherwise, false.

Applies to