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.
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
Show: