Share via


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

指定屬性,這個屬性會取得或設定是否處理事件。

適用於