Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您:
a) 在视图中停留太久以致屏幕进入睡眠状态,然后您解锁手机并返回应用程序?
b) 点击 windows 按钮,然后点击后退按钮以恢复应用程序?
是的,当您在页面上停留足够长的时间时,会触发该特定页面的 OnNavigatedTo 事件。
当您恢复应用程序时,App.xaml.cs 页面上的 Aplication_Activated 事件会被触发,并且页面的 OnNavigatedTo 事件也会被触发。