ICoreWindow.KeyDown Event

Specifies the event that is fired when a non-system key is pressed down.

Syntax

public:
event TypedEventHandler<CoreWindow^ , KeyEventArgs^ >^ KeyDown {
         EventRegistrationToken add (TypedEventHandler<CoreWindow^ , KeyEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

ICoreWindow Interface

ICoreWindow Members

Windows.UI.Core Namespace