System.ComponentModel.INotifyPropertyChanging public interface INotifyPropertyChanging Documentation Code namespace System.ComponentModel { public interface INotifyPropertyChanging { event PropertyChangingEventHandler PropertyChanging; } }