ProjectCollection.ProjectCollectionChanged Event

Definition

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.

Applies to