NavigationStateChangedEventArgs.PreviousNavigationState Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the URI fragment that represents the previous navigation state.
Namespace: System.Windows.Interop
Assembly: System.Windows (in System.Windows.dll)
Syntax
Public ReadOnly Property PreviousNavigationState As String
public string PreviousNavigationState { get; }
Property Value
Type: System..::.String
The URI fragment that represents the previous navigation state.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone
See Also
Reference
NavigationStateChangedEventArgs Class