Search
KeyboardEventArgs Members
Constructors Properties
 


Provides data to keyboard-related events.

The following tables list the members exposed by the KeyboardEventArgs type.

 Public Constructors

  Name Description

KeyboardEventArgs

Overloaded. Initializes a new instance of the KeyboardEventArgs class.

 Public Properties

  Name Description

Component

Gets the related component. (Inherited from ComponentEventArgs.)

Key

Gets the key related to the event.

KeyChar

Gets the character representing the key related to the event.

Modifiers

Gets the keyboard modifiers related to the event.

ParentHost

Gets the host containing the component. (Inherited from ComponentEventArgs.)

 See Also