ICoreWindow.KeyUp Event

Specifies the event that is fired when a non-system key is released after a press.

Syntax

public:
event TypedEventHandler<CoreWindow^ , KeyEventArgs^ >^ KeyUp {
         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