Click or drag to resize

App Events

The App type exposes the following members.

Events
  NameDescription
Public eventActivated
Occurs when an application becomes the foreground application.
(Inherited from Application.)
Public eventDeactivated
Occurs when an application stops being the foreground application.
(Inherited from Application.)
Public eventDispatcherUnhandledException
Occurs when an exception is thrown by an application but not handled.
(Inherited from Application.)
Public eventExit
Occurs just before an application shuts down, and cannot be canceled.
(Inherited from Application.)
Public eventFragmentNavigation
Occurs when a navigator in the application begins navigation to a content fragment, Navigation occurs immediately if the desired fragment is in the current content, or after the source XAML content has been loaded if the desired fragment is in different content.
(Inherited from Application.)
Public eventLoadCompleted
Occurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering.
(Inherited from Application.)
Public eventNavigated
Occurs when the content that is being navigated to by a navigator in the application has been found, although it may not have completed loading.
(Inherited from Application.)
Public eventNavigating
Occurs when a new navigation is requested by a navigator in the application.
(Inherited from Application.)
Public eventNavigationFailed
Occurs when an error occurs while a navigator in the application is navigating to the requested content.
(Inherited from Application.)
Public eventNavigationProgress
Occurs periodically during a download that is being managed by a navigator in the application to provide navigation progress information.
(Inherited from Application.)
Public eventNavigationStopped
Occurs when the StopLoading method of a navigator in the application is called, or when a new navigation is requested by a navigator while a current navigation is in progress.
(Inherited from Application.)
Public eventSessionEnding
Occurs when the user ends the Windows session by logging off or shutting down the operating system.
(Inherited from Application.)
Public eventStartup (Inherited from Application.)
Top
See Also