Method RaiseKeyUpEvent
RaiseKeyUpEvent(Key)
Called when a key up event has been dequeued. Raises the KeyUp event.
public void RaiseKeyUpEvent(Key a)
Parameters
aKey
Remarks
Drivers that do not support key release events will call this method after RaiseKeyDownEvent(Key) processing is complete.