Contains the set of arguments returned to an app after a window input or behavior event.
public ref class CoreWindowEventArgs sealed : ICoreWindowEventArgs
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.
Namespace: Windows.UI.Core
Metadata: windows.winmd