Background Image

Knowledge base articles about
PropertyChanged

Search DlhSoft Team's blog for PropertyChanged

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…

We handle CollectionChanged and/or PropertyChanged events of items to save changes made by the end user to the underlying data using controls within Gantt Chart Light Library. However, we have found that these events occur several times, and therefore they are not appropriate for saving changes back to a server or database from inside the handler methods.…