I have an object which is derived from DependencyObject with multiple DependencyProperties. This object is a given and I can not add ValueChanged callbacks within this object.
I would like to be notified (in code, not xaml) of any property changes. When an object implements INotifyPropertyChanged you can subscribe to the PropertyChanged event. How does this work for DependencyObjects?
Check out this link