CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2011
    Posts
    2

    Navigation in WPF MVVM design

    I'm creating a WPF application using MVVM design and am having trouble navigating from page to page. The view model is binded to command classes which contain the code for what the buttons on the page do when clicked. How do I navigate to a new page using one of these command methods baring in mind that this command class doesn't know anything about the view assuming

  2. #2
    Join Date
    Oct 2011
    Posts
    2

    Re: Navigation in WPF MVVM design

    MVVM

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured