Simulates a key up event.
public void KeyUp(Interactive target, Key key, KeyModifiers? modifiers = default(KeyModifiers? ))
The target control to receive the event.
The key to release.
Optional key modifiers (defaults to current state).