This topic has not yet been rated - Rate this topic

CoreWindowEventArgs class

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

Syntax

Public NotInheritable Class CoreWindowEventArgs  
    Inherits Object
    Implements ICoreWindowEventArgs

Attributes

MarshalingBehaviorAttribute(Standard)
VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The CoreWindowEventArgs class has these types of members:

Methods

The CoreWindowEventArgs class inherits methods from the Object class.

Properties

The CoreWindowEventArgs class has these properties.

PropertyAccess typeDescription

Handled

Read/writeSpecifies the property that gets or sets whether the event was handled.

 

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).

Windows Phone 8

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

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Minimum supported phone

Windows Phone 8

Namespace

Windows.UI.Core
Windows::UI::Core [C++]

Metadata

Windows.winmd

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.