Click or drag to resize

IKeyReleasedEventArgs Interface

The event arguments for the KeyReleased event.

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

The IKeyReleasedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyModifiers
Gets the key modifiers.
(Inherited from IKeyEventArgs.)
Public propertyVirtualKey
Gets the virtual key code.
(Inherited from IKeyEventArgs.)
Top
See Also