←Select platform

KeyDown Event

Summary

Occurs when the user presses a key down.

Syntax
C#
VB
C++
public event EventHandler<InteractiveKeyEventArgs> KeyDown 
Public Event KeyDown As EventHandler(Of Leadtools.Controls.InteractiveKeyEventArgs) 
public:  
   event EventHandler<Leadtools::Controls::InteractiveKeyEventArgs^>^ KeyDown 
Remarks

The KeyDown event will occur when the user presses a key down when EventsSource has the input focus.

Event Data
ParameterTypeDescription
senderobjectThe source of the event.
eInteractiveKeyEventArgsThe event data.
Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.