Windows.UI.Xaml.Navigation namespace

Expand
This topic has not yet been rated - Rate this topic

Windows.UI.Xaml.Navigation namespace

[This documentation is preliminary and is subject to change.]

Provides types that support navigation events as initiated by the Page and Frame classes.

Members

The Windows.UI.Xaml.Navigation namespace has these types of members:

Classes

The Windows.UI.Xaml.Navigation namespace has these classes.

ClassDescription
NavigatingCancelEventArgs Provides event data for the OnNavigatingFrom callback that can be used to cancel a navigation request from origination.
NavigationEventArgs Provides data for navigation methods and event handlers that cannot cancel the navigation request.
NavigationFailedEventArgs Provides event data for the WebView.NavigationFailed and Frame.NavigationFailed events.

 

Delegates

The Windows.UI.Xaml.Navigation namespace has these delegates.

DelegateDescription
LoadCompletedEventHandler Represents the method that will handle the LoadCompleted event.
NavigatedEventHandler Represents the method that will handle the Navigated event.
NavigatingCancelEventHandler Represents the method to use as the OnNavigatingFrom callback override.
NavigationFailedEventHandler Represents a method that will handle the WebView.NavigationFailed and Frame.NavigationFailed events.
NavigationStoppedEventHandler Provides event data for the NavigationStopped event.

 

Enumerations

The Windows.UI.Xaml.Navigation namespace has these enumerations.

EnumerationDescription
NavigationCacheMode Specifies caching characteristics for a page involved in a navigation.
NavigationMode Specifies the navigation stack characteristics of a navigation.

 

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Navigation
Windows::UI::Xaml::Navigation [C++]

Metadata

Windows.winmd

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD