CoreWindowEventArgs Class

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

Syntax

public ref class CoreWindowEventArgs sealed : ICoreWindowEventArgs  

Remarks

This object 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.

Note

This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX).

This API is not implemented and will throw an exception if called.

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

CoreWindowEventArgs Members

Windows.UI.Core Namespace