WebViewControlNavigationCompletedEventArgs Class

Definition

Provides data for the NavigationCompleted and FrameNavigationCompleted events.

public ref class WebViewControlNavigationCompletedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlNavigationCompletedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlNavigationCompletedEventArgs
Public NotInheritable Class WebViewControlNavigationCompletedEventArgs
Inheritance
Object Platform::Object IInspectable WebViewControlNavigationCompletedEventArgs
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

IsSuccess

Gets a value that indicates whether the navigation completed successfully.

Uri

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

WebErrorStatus

If the navigation was unsuccessful, gets a value that indicates the reason.

Applies to