ProjectCollectionChangedEventArgs.Changed Property

Definition

Gets the nature of the change made to the ProjectCollection.

public:
 property Microsoft::Build::Evaluation::ProjectCollectionChangedState Changed { Microsoft::Build::Evaluation::ProjectCollectionChangedState get(); };
public Microsoft.Build.Evaluation.ProjectCollectionChangedState Changed { get; }
member this.Changed : Microsoft.Build.Evaluation.ProjectCollectionChangedState
Public ReadOnly Property Changed As ProjectCollectionChangedState

Property Value

Returns ProjectCollectionChangedState.

Applies to