Project.ProjectChanged Event

 

Occurs when the dirty state of the Project changes.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public event EventHandler<ProjectChangedEventArgs> ProjectChanged
public:
event EventHandler<ProjectChangedEventArgs^>^ ProjectChanged {
    void add(EventHandler<ProjectChangedEventArgs^>^ value);
    void remove(EventHandler<ProjectChangedEventArgs^>^ value);
}
member ProjectChanged : IEvent<EventHandler<ProjectChangedEventArgs>,
    ProjectChangedEventArgs>
Public Event ProjectChanged As EventHandler(Of ProjectChangedEventArgs)

See Also

Project Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top