SilverlightHost.NavigationStateChanged Event

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

Occurs when the NavigationState property changes value.

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

Syntax

Public Event NavigationStateChanged As EventHandler(Of NavigationStateChangedEventArgs)
public event EventHandler<NavigationStateChangedEventArgs> NavigationStateChanged

Remarks

The NavigationState property represents the current URI fragment.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

SilverlightHost Class

System.Windows.Interop Namespace

Other Resources

In-app navigation for Windows Phone 8