Well, we all know (who is programming in WPF) the may be one of the most recently used in WPF, OnPropertyChanged() method. In general we use this approach to notify data GUI, that data it bind to has been changed. Usually it will look something very similar to following: class MyClass : INotifyPropertyChanged { public event PropertyChangedEventHandler PropertyChanged; private string title; public...