NavigationEventArgs Constructor (Object, Uri, NavigationMode, Boolean)
Collapse the table of content
Expand the table of content

NavigationEventArgs Constructor (Object, Uri, NavigationMode, Boolean)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the NavigationEventArgs class based on content, URI, navigation type, and whether the navigation is internal to the current application.

Namespace:  System.Windows.Navigation
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Sub New ( _
	content As Object, _
	uri As Uri, _
	navigationMode As NavigationMode, _
	isNavigationInitiator As Boolean _
)

Parameters

content
Type: System.Object
Initializes the Content property.
uri
Type: System.Uri
Initializes the Uri property.
navigationMode
Type: System.Windows.Navigation.NavigationMode
isNavigationInitiator
Type: System.Boolean

Version Notes

Windows Phone

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Show:
© 2017 Microsoft