WebViewControlNavigationStartingEventArgs Class

Definition

Provides data for the NavigationStarting and FrameNavigationStarting events.

public ref class WebViewControlNavigationStartingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlNavigationStartingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlNavigationStartingEventArgs
Public NotInheritable Class WebViewControlNavigationStartingEventArgs
Inheritance
Object Platform::Object IInspectable WebViewControlNavigationStartingEventArgs
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Properties

Cancel

Gets or sets a value indicating whether to cancel the IWebViewControl navigation.

Uri

Gets the Uniform Resource Identifier (URI) of the content the IWebViewControl is loading.

Applies to