MVVM w/ Toolkit | Observing Child Properties
I was learning about MVVM, which I wasn't gonna touch yet, but I watched a video showcasing the Toolkit, which seemed to make following the MVVM pattern less painful.
Anyways, I found out that the [ObservableProperty] doesn't watch for children. So I guess I'm wondering how do we implement models and watch for changes in models?
https://github.com/DeveloperSpoot/CSharp-ATMApp-First_MVVM
Anyways, I found out that the [ObservableProperty] doesn't watch for children. So I guess I'm wondering how do we implement models and watch for changes in models?
https://github.com/DeveloperSpoot/CSharp-ATMApp-First_MVVM
GitHub
First app to use MVVM in CSharp (for me). Contribute to DeveloperSpoot/CSharp-ATMApp-First_MVVM development by creating an account on GitHub.