Click or drag to resize

IKeyPressedEventArgs Interface

The event arguments for the KeyPressed event.

Namespace:  DotNetBrowser.Input.Keyboard.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface IKeyPressedEventArgs : IKeyCharEventArgs, 
	IKeyEventArgs

The IKeyPressedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyKeyChar
Gets the character associated with this event.
(Inherited from IKeyCharEventArgs.)
Public propertyModifiers
Gets the key modifiers.
(Inherited from IKeyEventArgs.)
Public propertyVirtualKey
Gets the virtual key code.
(Inherited from IKeyEventArgs.)
Top
See Also