ProjectChangedEventArgs.IsDirty Property
Gets the new dirty state of the Project. true if the project is dirty; otherwise false.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public bool IsDirty { get; }
public:
property bool IsDirty {
bool get();
}
member IsDirty : bool with get
Public ReadOnly Property IsDirty As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
ProjectChangedEventArgs Class
Microsoft.VisualStudio.Tools.Applications Namespace