public void SetHandlers(PropertyChangedEventHandler PropUserChanged, NotifyCollectionChangedEventHandler NotifyCollectionChanged) { PropertyChanged += PropUserChanged; Projects.AddPropertyChangedEventHandler(NotifyCollectionChanged); }