Spread Windows Forms 11.0 Product Documentation
KeyDown Event


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : KeyDown Event
Occurs when a key is pressed.
Syntax
'Declaration
 
Public Event KeyDown As KeyEventHandler
'Usage
 
Dim instance As DropDownEditor
Dim handler As KeyEventHandler
 
AddHandler instance.KeyDown, handler
public event KeyEventHandler KeyDown
Event Data

The event handler receives an argument of type KeyEventArgs containing data related to this event. The following KeyEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
 
 
 
 
Remarks
This event is raised when a key is pressed down.
See Also