public ProjectCollectionChangedEventArgs (ProjectCollectionChangedState state) { State = state; }
public ProjectCollectionChangedEventArgs(ProjectCollectionChangedState state) { State = state; }
/// <summary> /// Initializes a new instance of the <see cref="ProjectCollectionChangedEventArgs"/> class. /// </summary> internal ProjectCollectionChangedEventArgs(ProjectCollectionChangedState changedState) { Changed = changedState; }