NavigatingCancelEventArgs Constructor (Uri, NavigationMode, Boolean, 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 NavigatingCancelEventArgs class, setting all initial property values.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Sub New ( _ uri As Uri, _ mode As NavigationMode, _ isCancelable As Boolean, _ isNavigationInitiator As Boolean _ )
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.
- isCancelable
- Type: System.Boolean
- isNavigationInitiator
- Type: System.Boolean
Show: