开发者_JAVA技巧I'm developing a Windows Phone 7 app.
I want to do something after doing this:
NavigationService.Navigate(new Uri(destination, UriKind.Relative));
Is there any event thrown when a page has navigated to another page?
Maybe this helps...
protected override void OnNavigatedFrom(System.Windows.Navigation.NavigationEventArgs e)
http://www.eugenedotnet.com/2011/03/passing-values-to-windows-phone-7-pages-destination-page-instance-within-onnavigatedfrom-method/
精彩评论