KeyPressedEventArgs Class |
Namespace: DotNetBrowser.Input.Keyboard.Events
public sealed class KeyPressedEventArgs : KeyCharEventArgs, IKeyPressedEventArgs, IKeyCharEventArgs, IKeyEventArgs
The KeyPressedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| KeyPressedEventArgs | Initializes a new instance of the KeyPressedEventArgs class |
| Name | Description | |
|---|---|---|
| KeyChar |
Gets or sets the character associated with this event.
(Inherited from KeyCharEventArgs.) | |
| 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 KeyCharEventArgs.) | |
| GetHashCode | Serves as the default hash function. (Inherited from KeyCharEventArgs.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |