WPF Prism MVVM, Internationalized Wizard Passing model data between the wizard steps
Posted
by
Nick V
on Stack Overflow
See other posts from Stack Overflow
or by Nick V
Published on 2012-11-14T10:47:02Z
Indexed on
2012/11/14
10:59 UTC
Read the original article
Hit count: 499
I've found the following example of a wizard located here: http://www.codeproject.com/Articles/31837/Creating-an-Internationalized-Wizard-in-WPF
Now I've spent quite some time looking at the example and i understand pretty much everything. But i can't figure out how he passes an object between the different modelViews. And as you can imagine that step is quite crucial..
In the example he uses an CupOfCoffee Object in the main wizardviewmodel and somehow manages to adjust it throughout the wizard. But i cant see anywhere how he does that.
I've already tried to recreate a project like he has but no success.
Could anyone tell me how he passes the objects between the different viewModels?
© Stack Overflow or respective owner