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