InputEnabledEventArgs
InputEnabledEventArgs
InputEnabledEventArgs
InputEnabledEventArgs
Class
Definition
Contains the window input state returned by the CoreWindow.InputEnabled event.
public : sealed class InputEnabledEventArgs : ICoreWindowEventArgs, IInputEnabledEventArgspublic sealed class InputEnabledEventArgs : ICoreWindowEventArgs, IInputEnabledEventArgsPublic NotInheritable Class InputEnabledEventArgs Implements ICoreWindowEventArgs, IInputEnabledEventArgs// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
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).
Properties
Handled Handled Handled Handled
Gets or sets whether the input enable event was handled.
public : PlatForm::Boolean Handled { get; set; }public bool Handled { get; set; }Public ReadWrite Property Handled As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
True if the input enable event was handled by the appropriate delegate; false if it was not.
InputEnabled InputEnabled InputEnabled InputEnabled
Gets whether the window is enabled for input.
public : PlatForm::Boolean InputEnabled { get; }public bool InputEnabled { get; }Public ReadOnly Property InputEnabled As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
True if the window is enabled for input; false if it is not.