Application Events
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The Application type exposes the following members.
| Name | Description | |
|---|---|---|
|
Exit | Occurs just before an application shuts down and cannot be canceled. |
|
Startup | Occurs when an application is started. |
|
UnhandledException | Occurs when an exception that is raised by Windows Phone is not handled. |
Show: