How to detect if my application is exiting so I can save state?
Answer / diana
You can listen to Application.Exit, but this might be too late most of the time. You should listen for the Pause event and save your state there.
| Is This Answer Correct ? | 0 Yes | 0 No |
The MarketPlace Launchers overloads for Show has parameters, what are these?
explain the best way to detect that I am in design-mode in expression blend or visual studio?
Explain how to pin an app on the emulator?
Can we control the web browser controls zoom?
Suppose I am trying to detect if an external headset is attached to the phone, can I use microsoft.xna.framework.audio.microphone.isheadset?
Tell me about Windows Phone User interface?
Tell me Will TextTrimming property be available on TextBlock?
Can we control the WebBrowser controls zooom?
In the emulator, networkinterface.getisnetworkavailable() always return false?
Explain about windows phone bluetooth?
Tell me where is the best recommended place to store both static and user-specified configuration information?
Tell me can I open sockets in windows phone?