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
System_CAPS_pubproperty IsDirty

Gets the new dirty state of the Project. true if the project is dirty; otherwise false.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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.

See Also

Microsoft.VisualStudio.Tools.Applications Namespace

Return to top