Skip to main content
A newer version of this page is available. .

NavigationEventArgs Members

Provides data for the WindowsUIView.NavigatedFrom and WindowsUIView.NavigatedTo events.

Constructors

Name Description
NavigationEventArgs(WindowsUIView, Document, IContentContainer, IContentContainer, Object) Initializes a new NavigationEventArgs class instance with specific settings.

Fields

Name Description
Empty static Provides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

Name Description
Document Gets a Document involved in the current navigation event.
NavigationMode Gets the current navigation’s direction.
Parameter Gets or sets the parameter passed to the current navigation event.
Source Gets a Content Container from which an end-user navigates. Inherited from BaseNavigationEventArgs.
SourceContextualZoomLevel Gets the current zoom level of a source Content Container. Inherited from BaseNavigationEventArgs.
Tag Gets the tag of a Tile which fired the current navigation event when clicked.
Target Gets the Content Container to which an end-user navigates.
TargetContextualZoomLevel Gets the current zoom level of a target Content Container.
View Gets a WindowsUIView in which the current navigation event occurs. Inherited from BaseNavigationEventArgs.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also