Click or drag to resize
Application Events

The Application type exposes the following members.

Events
  NameDescription
Public eventEnteredBackground (Inherited from Application.)
Public eventLeavingBackground (Inherited from Application.)
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