Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace > InteractiveService Class : KeyDown Event |
public event EventHandler<InteractiveKeyEventArgs> KeyDown
'Declaration
Public Event KeyDown As EventHandler(Of InteractiveKeyEventArgs)
The event handler receives an argument of type InteractiveKeyEventArgs containing data related to this event. The following InteractiveKeyEventArgs properties provide information specific to this event.
Property | Description |
---|---|
IsHandled | Indicates whether this event is handled. |
KeyCode | Keyboard code |
NativeEvent | Native event associated with this event. |
The KeyDown event will occur when the user presses a key down when EventsSource has the input focus.
InteractiveKeyEventArgs