Click or drag to resize

KeyEventArgs Class

The base interface of all event arguments for the key events.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Input.Keyboard.EventsKeyEventArgs
    DotNetBrowser.Input.Keyboard.EventsKeyCharEventArgs
    DotNetBrowser.Input.Keyboard.EventsKeyReleasedEventArgs

Namespace:  DotNetBrowser.Input.Keyboard.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public class KeyEventArgs : IKeyEventArgs

The KeyEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKeyEventArgs
Initializes a new instance of the KeyEventArgs class
Top
Properties
  NameDescription
Public propertyModifiers
Gets or sets the key modifiers.
Public propertyVirtualKey
Gets or sets the virtual key code.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Protected methodEquals(KeyEventArgs)
Determines whether the specified object is equal to the current object.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also