Method OnKeyUp
OnKeyUp(Key)
Called when a key is released. Fires the KeyUp event.
void OnKeyUp(Key key)
Parameters
key
KeyThe key event data.
Remarks
Drivers that do not support key release events will call this method after OnKeyDown(Key) processing is complete.