Specifies the event that is fired when a non-system key is released after a press.
public:
event TypedEventHandler<CoreWindow^ , KeyEventArgs^ >^ KeyUp {
EventRegistrationToken add (TypedEventHandler<CoreWindow^ , KeyEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
Namespace: Windows.UI.Core
Metadata: windows.winmd