NavigationEventArgs Constructor (Object, Uri, NavigationMode, Boolean)

[ 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 NavigationEventArgs class based on content, URI, navigation type, and whether the navigation is internal to the current application.

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

Syntax

Public Sub New ( _
    content As Object, _
    uri As Uri, _
    navigationMode As NavigationMode, _
    isNavigationInitiator As Boolean _
)
public NavigationEventArgs(
    Object content,
    Uri uri,
    NavigationMode navigationMode,
    bool isNavigationInitiator
)

Parameters

Remarks

Version Notes

Windows Phone

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Platforms

Windows Phone

See Also

Reference

NavigationEventArgs Class

NavigationEventArgs Overload

System.Windows.Navigation Namespace

Other Resources

Frame, Page and Navigation Enhancements for Windows Phone