WebViewNavigationStartingEventArgs
WebViewNavigationStartingEventArgs
WebViewNavigationStartingEventArgs
WebViewNavigationStartingEventArgs
Class
Definition
Provides data for the WebView.NavigationStarting and FrameNavigationStarting events.
public : sealed class WebViewNavigationStartingEventArgs : IWebViewNavigationStartingEventArgspublic sealed class WebViewNavigationStartingEventArgs : IWebViewNavigationStartingEventArgsPublic NotInheritable Class WebViewNavigationStartingEventArgs Implements IWebViewNavigationStartingEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Cancel Cancel Cancel Cancel
Gets or sets a value indicating whether to cancel the WebView navigation.
public : PlatForm::Boolean Cancel { get; set; }public bool Cancel { get; set; }Public ReadWrite Property Cancel As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
true to cancel the navigation; otherwise, false.
- See Also