Click or drag to resize

KeyTypedEventArgs Class

The event arguments for the KeyTyped event.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Input.Keyboard.EventsKeyEventArgs
    DotNetBrowser.Input.Keyboard.EventsKeyCharEventArgs
      DotNetBrowser.Input.Keyboard.EventsKeyTypedEventArgs

Namespace:  DotNetBrowser.Input.Keyboard.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public sealed class KeyTypedEventArgs : KeyCharEventArgs, 
	IKeyTypedEventArgs, IKeyCharEventArgs, IKeyEventArgs

The KeyTypedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKeyTypedEventArgs
Initializes a new instance of the KeyTypedEventArgs class
Top
Properties
  NameDescription
Public propertyKeyChar
Gets or sets the character associated with this event.
(Inherited from KeyCharEventArgs.)
Public propertyModifiers
Gets or sets the key modifiers.
(Inherited from KeyEventArgs.)
Public propertyVirtualKey
Gets or sets the virtual key code.
(Inherited from KeyEventArgs.)
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from KeyCharEventArgs.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from KeyCharEventArgs.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also