KeyReleasedEventArgs Class |
Namespace: DotNetBrowser.Input.Keyboard.Events
public sealed class KeyReleasedEventArgs : KeyEventArgs, IKeyReleasedEventArgs, IKeyEventArgs
The KeyReleasedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
KeyReleasedEventArgs | Initializes a new instance of the KeyReleasedEventArgs class |
Name | Description | |
---|---|---|
Modifiers |
Gets or sets the key modifiers.
(Inherited from KeyEventArgs.) | |
VirtualKey |
Gets or sets the virtual key code.
(Inherited from KeyEventArgs.) |
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from KeyEventArgs.) | |
GetHashCode | Serves as the default hash function. (Inherited from KeyEventArgs.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |