NavigationEventArgs class

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

NavigationEventArgs class

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

Applies to: Metro style apps only

Provides data for navigation methods and event handlers that cannot cancel the navigation request.

Inheritance

Object
  NavigationEventArgs

Syntax


public sealed class NavigationEventArgs : Object

Attributes

MarshalingBehaviorAttribute(Agile)
ThreadingAttribute(Both)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The NavigationEventArgs class has these types of members:

Methods

The NavigationEventArgs class inherits methods from the Object class.

Properties

The NavigationEventArgs class has these properties.

PropertyAccess typeDescription

Content

Read-onlyGets the root node of the target page's content.

NavigationMode

Read-onlyGets a value that indicates the direction of movement during navigation

Parameter

Read-onlyGets any Parameter object passed to the target page for the navigation.

SourcePageType

Read-onlyGets the data type of the target page.

Uri

Read/writeGets the Uniform Resource Identifier (URI) of the target.

 

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

See also

Object

 

 

Build date: 5/22/2012

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