KeyRoutedEventArgs Class
A routed event that represents a part of a virtual key click.
Namespace: BeeMobile.VirtualKeyboardAssembly: BeeMobile.VirtualKeyboard.AVA.NET6 (in BeeMobile.VirtualKeyboard.AVA.NET6.dll) Version: 11.0.0.2+aef809e856abb10e94d0b4c45f10d1805addc36e
public class KeyRoutedEventArgs : RoutedEventArgs
type KeyRoutedEventArgs =
class
inherit RoutedEventArgs
end
- Inheritance
- Object EventArgs RoutedEventArgs KeyRoutedEventArgs
| KeyName |
The string representation of the pressed/released Key.
|
| SpecialKey |
A enum value representing the type of the special key or null if it is a text key.
|