3 references to ProjectCollectionChanged
Microsoft.Build (3)
Definition\ProjectCollection.cs (2)
1831/// Raises the <see cref="ProjectCollectionChanged"/> event. 1837ProjectCollectionChanged?.Invoke(this, e);
Definition\ProjectCollectionChangedEventArgs.cs (1)
61/// Event arguments for the <see cref="ProjectCollection.ProjectCollectionChanged"/> event.