KeyRoutedEventArgs Constructor

Creates a new instance of KeyRoutedEventArgs.

Definition

Namespace: BeeMobile.VirtualKeyboard
Assembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
C#
public KeyRoutedEventArgs(
	RoutedEvent revent,
	Object source,
	string? keyName,
	Key? specialKey
)

Parameters

revent  RoutedEvent
The type of the routed event. Either KeyPressedEvent or KeyReleasedEvent
source  Object
The place from where the event originates.
keyName  String
The string representation of the key.
specialKey  NullableKey
A Key value if the key is a special key, else null.

See Also