NewWebUIViewCreatedEventArgs 类

定义

提供创建新 WebUIView 时的信息。

public ref class NewWebUIViewCreatedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class NewWebUIViewCreatedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class NewWebUIViewCreatedEventArgs
Public NotInheritable Class NewWebUIViewCreatedEventArgs
继承
Object Platform::Object IInspectable NewWebUIViewCreatedEventArgs
属性

Windows 要求

设备系列
Windows 10, version 1809 (在 10.0.17763.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v7.0 中引入)

属性

ActivatedEventArgs

获取有关导致创建视图的已激活事件的信息。

HasPendingNavigate

获取一个值,该值指示视图是否具有挂起的导航。

WebUIView

获取触发事件的 Web UI 视图。

方法

GetDeferral()

请求在创建新视图之前延迟。

适用于