IServiceCollection is the right way to make ViewModels interract with each other? #1136
Replies: 1 comment 1 reply
-
Well, you can use https://github.com/lepoco/reflectioneventing for example 😃 Imo, VM's should not talk to each other directly |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
suppose I need to change property in VM [B] from current Command in VM [A] is this way is the RIGHT way?
((CLASSTYPE)(App.GetService().PROPERTY B[0])).Content = "NEWVALUEFROM A";
Beta Was this translation helpful? Give feedback.
All reactions