Background Image

Knowledge base articles about
INotifyPropertyChanged

Search DlhSoft Team's blog for INotifyPropertyChanged

In order for the components within Gantt Chart Library for WPF or Project Management Library for WPF to be able to refresh their user interface when object property values change within your data bound custom task or other type of items, you need to make sure that you custom item class implements the INotifyPropertyChanged interface (as other standard controls require). To…