开发者

Do something after navigate to another page

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜