Windows Phone 8 resume/suspend /activated/deactivated

Windows Phone 8 resume/suspend /activated/deactivated

我目前正在尝试制作一个从服务器获取一些数据的应用程序。我有一个列表,当我使用一些数据登录时,我正在填充它。这个想法是数据可以在短时间内发生变化。我做了一个自动刷新按钮,工作正常,但我想实现这样的东西:

我目前正在与 Windows Phone 8 合作,开始了这个项目并希望完成这个项目。 App.current. 没有 resumesuspend,我在很多 YouTube 视频或 MSDN 站点上都找到了它们。因此我想我应该用 activated / deactivated 做点什么,但我不知道在哪里添加这个处理程序。在 MSDN 网站上我只找到了这个函数。

我正在寻找这样的东西:Event on returning to app, after exiting by Windows key [UWP][Win10 Mobile],但正如我所说,我在 Windows [=40= 上没有 this.suspend / this.resume ] 8.

如果我们谈论 Windows Phone 8,我们必须指定要使用的应用风格。

  1. 对于 Silverlight 应用程序,有 Application_Activated() 和 Application_Deactivated() 方法,通常它们是在 App.xaml.cs
  2. 中自动创建的
  3. 对于所谓的 "RT apps" 有暂停和恢复事件,第一个在 App.xaml.cs 中自动订阅(所以只需将您的代码放入自动生成的处理程序中),您必须自己订阅第2篇