ICoreWindowEventArgs Interface

Definition

Defines the set of arguments returned to an app after a window input or behavior event.

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
Derived
Attributes

Windows requirements

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

Remarks

This interface is passed to the app in the corresponding event delegate. The app can use this to set the Handled property, which, when true, informs the framework to perform default processing of the event.

Properties

Handled

Specifies the property that gets or sets whether the event was handled.

Applies to