Hi folks,
I'm using the awesome Fody.PropertyChanged library. I have a model that can be binded to in xaml, but this time, it's not xaml that I want to bind to it with. This model is inside my ViewModel - and I want the viewmodel to get the notifications. What's the best way to do this? Let's say it's just a bool. I'm aware that a model should not be changing its own values... I might refactor and put the code in the viewmodel, but for now, I just want to know how this is possible.
Thank you!
Mike