NavigationStateChangedEventArgs Constructor
Collapse the table of content
Expand the table of content

NavigationStateChangedEventArgs Constructor

[ 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 NavigationStateChangedEventArgs class.

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

'Declaration
Public Sub New ( _
	previousNavigationState As String, _
	newNavigationState As String _
)

Parameters

previousNavigationState
Type: System.String
The URI fragment that represents the previous navigation state.
newNavigationState
Type: System.String
The URI fragment that represents the new navigation state.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft