3
Answers

How to call a view from a view model using MVVM pattern

Photo of JP White

JP White

8y
716
1

Hello,

I have two view models A and B. On a double click on view A I need to display view B. How can I call a view B from a view Model A using the MVVM pattern.
 
I have looked around and I couldn't find a clear example that demonstrate this fundamental concept for the MVVM pattern.
Thank you

Answers (3)