ProjectCollection.ProjectChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when a Project contained by this instance is directly changed.
public:
event EventHandler<Microsoft::Build::Evaluation::ProjectChangedEventArgs ^> ^ ProjectChanged;
public event EventHandler<Microsoft.Build.Evaluation.ProjectChangedEventArgs> ProjectChanged;
member this.ProjectChanged : EventHandler<Microsoft.Build.Evaluation.ProjectChangedEventArgs>
Public Event ProjectChanged As EventHandler(Of ProjectChangedEventArgs)
Public Custom Event ProjectChanged As EventHandler(Of ProjectChangedEventArgs)
Event Type
Remarks
This event is NOT raised for direct project XML changes via the construction model.