ProjectChangedEventArgs Class
Provides data for the ProjectChanged event.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Tools.Applications.ProjectChangedEventArgs
Syntax
public sealed class ProjectChangedEventArgs : EventArgs
public ref class ProjectChangedEventArgs sealed : EventArgs
[<Sealed>]
type ProjectChangedEventArgs =
class
inherit EventArgs
end
Public NotInheritable Class ProjectChangedEventArgs
Inherits EventArgs
Properties
Name | Description | |
---|---|---|
IsDirty | Gets the new dirty state of the Project. true if the project is dirty; otherwise false. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.