IKeyPressedEventArgs Interface |
Namespace: DotNetBrowser.Input.Keyboard.Events
public interface IKeyPressedEventArgs : IKeyCharEventArgs, IKeyEventArgs
The IKeyPressedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | KeyChar |
Gets the character associated with this event.
(Inherited from IKeyCharEventArgs.) |
![]() | Modifiers |
Gets the key modifiers.
(Inherited from IKeyEventArgs.) |
![]() | VirtualKey |
Gets the virtual key code.
(Inherited from IKeyEventArgs.) |