The type or namespace name 'LoadStateEventArgs' could not be found
在那篇文章中答案并不清楚。如何将我的数据传递给另一页?
LoadStateEventArgs can't loaded
该帖子解决方案对Windows 10 Universal App无效。
答案 0 :(得分:1)
将它们作为Page.OnNavigatedFrom()的参数传递,并将其作为Page.OnNavigatedTo()的参数接收。一个很好的例子是如何在Template10
中的MainPage和DetailPage之间传递数据