MetroNavigationWindow
A reimplementation of NavigationWindow based on MetroWindow.
Gets an IEnumerable that you use to enumerate the entries in back navigation history for a NavigationWindow.
Gets a value that indicates whether there is at least one entry in back navigation history.
Gets a value that indicates whether there is at least one entry in forward navigation history.
Gets an IEnumerable that you use to enumerate the entries in back navigation history for a NavigationWindow.
Gets the NavigationService that is used by this MetroNavigationWindow to provide navigation services to its content.
Gets or sets the uniform resource identifier (URI) of the current content, or the URI of new content that is currently being navigated to.
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.
Occurs when content that was navigated to has been loaded, parsed, and has begun rendering.
Occurs when the content that is being navigated to has been found, and is available from the PageContent property, although it may not have completed loading
Occurs when a new navigation is requested.
Occurs when an error is raised while navigating to the requested content.
Occurs periodically during a download to provide navigation progress information.
Occurs when the StopLoading method is called, or when a new navigation is requested while a current navigation is in progre
public MetroNavigationWindow()
Adds an entry to back navigation history that contains a CustomContentState object.
Navigates to the most recent item in back navigation history.
Navigates to the most recent item in forward navigation history.
InitializeComponent
Navigates asynchronously to content that is contained by an object.
Navigates asynchronously to content that is specified by a uniform resource identifier (URI).
Navigates asynchronously to content that is contained by an object, and passes an object that contains data to be used for processing during navigation.
Navigates asynchronously to source content located at a uniform resource identifier (URI), and pass an object that contains data to be used for processing during navigation.
Removes the most recent journal entry from back history.
Stops further downloading of content for the current navigation request.