KeyUp(Interactive, Key, Nullable) Method

Definition

Assembly HeadlessTestingFramework.dll

Simulates a key up event.

public void KeyUp(Interactive target, Key key, KeyModifiers? modifiers = default(KeyModifiers? ))

Parameters

target
Avalonia.Interactivity.Interactive

The target control to receive the event.

key
Avalonia.Input.Key

The key to release.

modifiers
Nullable<KeyModifiers>

Optional key modifiers (defaults to current state).