Click or drag to resize
App Events

The App type exposes the following members.

Events
  NameDescription
Public eventResuming
Occurs when the application transitions from Suspended state to Running state.
(Inherited from Application.)
Public eventSuspending
Occurs when the application transitions to Suspended state from some other state.
(Inherited from Application.)
Public eventUnhandledException
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.)
Top
See Also