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.
在我的 WP8 应用程序中,我想在手机关闭之前清除我的应用程序的所有固定磁贴。手机开始关机时是否会触发任何事件?
您唯一可以做出反应的事件是Closing和Deactivated。
Closing
Deactivated
当电话切换时,您的应用程序中不会触发任何事件。