I\'m updating some existing WPF code and my application has a number of textblocks defined like this:
You can simply type this:
You may want to implement INotifyPropertyChanged within your ObjectA class, as changing properties of the class will not be picked up by the PropertyChanged methods in your MyBusinessObject class.
INotifyPropertyChanged
ObjectA
PropertyChanged
MyBusinessObject