May 02, 2013
Occurs when the application is exiting.
public event EventHandler<ClosingEventArgs> Closing
<object Closing="EventHandler<ClosingEventArgs>" .../>
This event is raised when the user uses the Back button to navigate backwards past the first page of the application. Handle this event by saving persistent state, such as settings and user data, to isolated storage.
Windows Phone