NavigationEventArgs Constructor (Object, Uri, NavigationMode, Boolean)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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
'Declaration
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
- content
Type: System.Object
Initializes the Content property.
- uri
Type: System.Uri
Initializes the Uri property.
- navigationMode
Type: System.Windows.Navigation.NavigationMode
- isNavigationInitiator
Type: System.Boolean
Remarks
Version Notes
Silverlight for the desktop
Do not use for a Silverlight for the desktop application.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also