using System.ComponentModel; namespace DelftTools.Utils { public interface INotifyPropertyChange : INotifyPropertyChanged, INotifyPropertyChanging { } }