KeyTypedEventArgs Class |
Namespace: DotNetBrowser.Input.Keyboard.Events
public sealed class KeyTypedEventArgs : KeyCharEventArgs, IKeyTypedEventArgs, IKeyCharEventArgs, IKeyEventArgs
The KeyTypedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | KeyTypedEventArgs | Initializes a new instance of the KeyTypedEventArgs 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.) |