Monitoring Changes of Individual Objects Inside ObservableCollection

I needed to monitor individual objects of a collection in order to make a function available only when one of them did not match its initial state. Here’s how I decided to do it.

Continue reading “Monitoring Changes of Individual Objects Inside ObservableCollection”