3
Reply

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

JP White

JP White

Aug 12 2016 8:41 AM
222

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)