开发者

Do something after navigate to another page

开发者 https://www.devze.com 2023-02-26 18:41 出处:网络
开发者_JAVA技巧I\'m developing a Windows Phone 7 app. I want to do something after doing this: NavigationService.Navigate(new Uri(destination, UriKind.Relative));

开发者_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/

0

精彩评论

暂无评论...
验证码 换一张
取 消