InputEnabledEventArgs Class

Contains the window input state returned by the CoreWindow.InputEnabled event.

Syntax

public ref class InputEnabledEventArgs sealed : ICoreWindowEventArgs  

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

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

InputEnabledEventArgs Members

Windows.UI.Core Namespace