4.580 NavigationWindow

x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ContentControl > Window > NavigationWindow, IInputElement
NavigationWindow
(usage)
<NavigationWindow />
(description)
Represents a window that supports content navigation.
[name property]
Name
[xml lang property]
Language
(properties)
SandboxExternalContent
x:Boolean
(description)
A value that indicates whether a NavigationWindow isolates external XAML content within a partial trust security sandbox (with default Internet zone permission set).
ShowsNavigationUI
x:Boolean
(description)
A value that indicates whether a NavigationWindow shows its navigation UI.
Source
x:Uri
(description)
The uniform resource identifier (URI) of the current content, or the URI of new content that is currently being navigated to.
(events)
FragmentNavigation
Occurs when navigation to a content fragment begins, which 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.
LoadCompleted
Occurs when content that was navigated to has been loaded, parsed, and has begun rendering.
Navigated
Occurs when the content that is being navigated to has been found, and is available from the Content property, although it may not have completed loading.
Navigating
Occurs when a new navigation is requested.
NavigationFailed
Occurs when an error is raised while navigating to the requested content.
NavigationProgress
Occurs periodically during a download to provide navigation progress information.
NavigationStopped
Occurs when the StopLoading method is called, or when a new navigation is requested while a current navigation is in progress.