
Application Description
This MVVM WPF application builds on Tutorial 1 MVVMControlChange by adding a Page4 UserControl that allows the user to navigate between Page2, Page3, and the new Page4. As a refresher, Tutorial 1 consisted of a WPF Window with a contentControl and two UserControls (Page2 and Page3) that the user can navigate between with . . . → Read More: C# MVVMLight Tutorial 2 – Adding a Page 4 View