NavigationStoppedEventHandler Delegate

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

Represents the method that will handle the NavigationStopped event.

Namespace:  System.Windows.Navigation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

Public Delegate Sub NavigationStoppedEventHandler ( _
    sender As Object, _
    e As NavigationEventArgs _
)
public delegate void NavigationStoppedEventHandler(
    Object sender,
    NavigationEventArgs e
)

Parameters

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

System.Windows.Navigation Namespace

NavigationService

Page

Frame

Other Resources

In-app navigation for Windows Phone 8