NavigatingCancelEventArgs Constructor (Uri, NavigationMode)
[ 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 NavigatingCancelEventArgs class, based on URI and mode.
Assembly: System.Windows (in System.Windows.dll)
Parameters
- uri
- Type: System.Uri
The uniform resource identifier (URI) for the content that is being navigated to.
- mode
- Type: System.Windows.Navigation.NavigationMode
A value that indicates the type of navigation that is occurring.
The uri and mode parameters initialize the Uri and NavigationMode properties.
Show: