This topic has not yet been rated - Rate this topic

PhoneApplicationService.Closing Event

July 26, 2012

Occurs when the application is exiting.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
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. For more information about handling this event, see Execution Model for Windows Phone.

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.