B
Bill McCormick
I have a class that implements INotifyPropertyChanged. Parts of a UI are
bound to it, and they work as expected. However, how can I be notified of
certain property changing events without binding to it, so that I don't need
to create new event handlers?
bound to it, and they work as expected. However, how can I be notified of
certain property changing events without binding to it, so that I don't need
to create new event handlers?