keyDown Event

Summary

Occurs when the user presses a key down.

Syntax
TypeScript
JavaScript
Object.defineProperty(InteractiveService.prototype,'keyDown',  
	get: function(), 
	set: function(value) 
) 
keyDown: LeadEvent; 
Remarks

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

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eInteractiveKeyEventArgsThe event data.
Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

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