Project.ProjectChangeCommitted Event
Occurs when a pending change to the Project is committed.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public event EventHandler<EventArgs> ProjectChangeCommitted
public:
event EventHandler<EventArgs^>^ ProjectChangeCommitted {
void add(EventHandler<EventArgs^>^ value);
void remove(EventHandler<EventArgs^>^ value);
}
member ProjectChangeCommitted : IEvent<EventHandler<EventArgs>,
EventArgs>
Public Event ProjectChangeCommitted As EventHandler(Of EventArgs)
See Also
Project Class
Microsoft.VisualStudio.Tools.Applications Namespace