There are times when creating an app, webpage, or anything of the like where you would like all of a certain type of object to have a similar look, and feel. XAML’s answer to this is default styles.
Month: March 2017
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”