IWebUINavigatedEventArgs Interface

Definition

Provides data for an app navigation event.

public interface class IWebUINavigatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2807579064, 9369, 16432, 166, 157, 21, 210, 217, 207, 229, 36)]
struct IWebUINavigatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2807579064, 9369, 16432, 166, 157, 21, 210, 217, 207, 229, 36)]
public interface IWebUINavigatedEventArgs
Public Interface IWebUINavigatedEventArgs
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

NavigatedOperation

Gets the app navigation operation.

Applies to