ProjectCollection.ProjectCollectionChanged 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 state is changed on this instance.
public:
event EventHandler<Microsoft::Build::Evaluation::ProjectCollectionChangedEventArgs ^> ^ ProjectCollectionChanged;
public event EventHandler<Microsoft.Build.Evaluation.ProjectCollectionChangedEventArgs> ProjectCollectionChanged;
member this.ProjectCollectionChanged : EventHandler<Microsoft.Build.Evaluation.ProjectCollectionChangedEventArgs>
Public Event ProjectCollectionChanged As EventHandler(Of ProjectCollectionChangedEventArgs)
Public Custom Event ProjectCollectionChanged As EventHandler(Of ProjectCollectionChangedEventArgs)
Event Type
Remarks
This event is NOT raised for changes in individual projects.