App Events |
The App type exposes the following members.
Name | Description | |
---|---|---|
Resuming | Occurs when the application transitions from Suspended state to Running state. (Inherited from Application.) | |
Suspending | Occurs when the application transitions to Suspended state from some other state. (Inherited from Application.) | |
UnhandledException | Occurs when an exception is raised by application code, forwarded from the native level. Applications can mark the occurrence as handled in event data. (Inherited from Application.) |