ICoreWindowEventArgs Interface

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

Syntax

public interface class ICoreWindowEventArgs  

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.

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

ICoreWindowEventArgs Members

Windows.UI.Core Namespace