Method OnKeyUp
OnKeyUp(Key)
Called when the user releases a key, allowing subclasses to pre-process the key up event. Set Handled to true to stop the key from being processed further.
protected virtual bool OnKeyUp(Key key)
Parameters
keyKeyThe key that produced the event.