Click or drag to resize

KeyCharEventArgs Class

The event arguments for key events which provide a character.
Inheritance Hierarchy

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

The KeyCharEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodKeyCharEventArgs
Initializes a new instance of the KeyCharEventArgs class
Top
Properties
  NameDescription
Public propertyKeyChar
Gets or sets the character associated with this event.
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.
(Overrides KeyEventArgsEquals(Object).)
Protected methodEquals(KeyCharEventArgs)
Determines whether the specified object is equal to the current object.
Protected methodEquals(KeyEventArgs)
Determines whether the specified object is equal to the current object.
(Inherited from KeyEventArgs.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides KeyEventArgsGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also