InputEnabledEventArgs class
Contains the window input state returned by the CoreWindow.InputEnabled event.
Syntax
Attributes
- MarshalingBehaviorAttribute(Standard)
- VersionAttribute(NTDDI_WIN8)
- WebHostHiddenAttribute()
Members
The InputEnabledEventArgs class has these types of members:
Methods
The InputEnabledEventArgs class inherits methods from the Object class.
Properties
The InputEnabledEventArgs class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read/write | Gets or sets whether the input enable event was handled. | |
| Read-only | Gets whether the window is enabled for input. |
Remarks
This object is returned by a delegate registered for the CoreWindow.InputEnabled 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).
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 |
|
|
Metadata |
|
See also
Build date: 2/25/2013
