C#
VB
C++
Occurs when the user presses a key down.
public event EventHandler<InteractiveKeyEventArgs> KeyDown
Public Event KeyDown As EventHandler(Of Leadtools.Controls.InteractiveKeyEventArgs)
public:
event EventHandler<Leadtools::Controls::InteractiveKeyEventArgs^>^ KeyDown
The KeyDown event will occur when the user presses a key down when EventsSource has the input focus.
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
e | InteractiveKeyEventArgs | The event data. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET