Click or drag to resize

KeyReleasedEventArgs Class

The event arguments for the KeyReleased event.
Inheritance Hierarchy
SystemObject
  DotNetBrowser.Input.Keyboard.EventsKeyEventArgs
    DotNetBrowser.Input.Keyboard.EventsKeyReleasedEventArgs

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

The KeyReleasedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKeyReleasedEventArgs
Initializes a new instance of the KeyReleasedEventArgs class
Top
Properties
  NameDescription
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 KeyEventArgs.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from KeyEventArgs.)
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