App EventsVis2 NodeTrix CodeDokumentation
The App type exposes the following members.
Events

  NameDescription
Public eventOnlineActivated
Occurs when an application becomes the foreground application.
(Inherited from OnlineApplication.)
Public eventOnlineDeactivated
Occurs when an application stops being the foreground application.
(Inherited from OnlineApplication.)
Public eventOnlineDispatcherUnhandledException
Occurs when an exception is thrown by an application but not handled.
(Inherited from OnlineApplication.)
Public eventOnlineExit
Occurs just before an application shuts down, and cannot be canceled.
(Inherited from OnlineApplication.)
Public eventOnlineFragmentNavigation
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 OnlineApplication.)
Public eventOnlineLoadCompleted
Occurs when content that was navigated to by a navigator in the application has been loaded, parsed, and has begun rendering.
(Inherited from OnlineApplication.)
Public eventOnlineNavigated
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 OnlineApplication.)
Public eventOnlineNavigating
Occurs when a new navigation is requested by a navigator in the application.
(Inherited from OnlineApplication.)
Public eventOnlineNavigationFailed
Occurs when an error occurs while a navigator in the application is navigating to the requested content.
(Inherited from OnlineApplication.)
Public eventOnlineNavigationProgress
Occurs periodically during a download that is being managed by a navigator in the application to provide navigation progress information.
(Inherited from OnlineApplication.)
Public eventOnlineNavigationStopped
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 OnlineApplication.)
Public eventOnlineSessionEnding
Occurs when the user ends the Windows session by logging off or shutting down the operating system.
(Inherited from OnlineApplication.)
Public eventOnlineStartup (Inherited from OnlineApplication.)
Back to Top
See Also