KeyRoutedEventArgs Constructor
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public KeyRoutedEventArgs(
RoutedEvent revent,
Object source,
string? keyName,
Key? specialKey
)
new :
revent : RoutedEvent *
source : Object *
keyName : string *
specialKey : Nullable<Key> -> KeyRoutedEventArgs
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.