How to navigate with objects in windows phone 8?

前端 未结 3 1820
广开言路
广开言路 2021-01-07 11:52

I need to navigate from one xaml page to another with an Object not a String ..

present code is :

  private void Border_ManipulationStarted(object s         


        
3条回答
  •  轮回少年
    2021-01-07 12:41

    You can use Messenger --> MVVM Light it's an advanced use for MVVM. Declare a messenger / Register messenger in your view model / Send what you want :) http://mvvmlight.codeplex.com/

提交回复
热议问题