ICoreWindowEventArgs 接口

定义

定义在窗口输入或行为事件后返回到应用的参数集。

public interface class ICoreWindowEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(657137395, 50739, 19877, 162, 108, 198, 208, 245, 107, 41, 218)]
struct ICoreWindowEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(657137395, 50739, 19877, 162, 108, 198, 208, 245, 107, 41, 218)]
public interface ICoreWindowEventArgs
Public Interface ICoreWindowEventArgs
派生
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

此接口在相应的事件委托中传递给应用。 应用可以使用此属性来设置 Handled 属性,如果为 true,则通知框架对事件执行默认处理。

属性

Handled

指定获取或设置是否处理事件的属性。

适用于