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
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/