MVVM inter-model validation
I have three models and viewmodels that depend on each other for
validation. Additionally, the models must react to each others' changes.
For example if ModelA.Prop1 is modified, ModelB.Funds must repopulated
from the DB.
How do you implement this in MVVM?
No comments:
Post a Comment