InteractiveKeyEventArgs Object

Summary

Contains data for the InteractiveService.KeyDown and InteractiveService.KeyUp events.

Syntax

JavaScript Syntax
function lt.Controls.InteractiveKeyEventArgs 
	extends System.EventArgs 
TypeScript Syntax
class lt.Controls.InteractiveKeyEventArgs() 
	extends System.EventArgs 

Remarks

Contains the following:

Member Description
NativeEvent The native event data associated with this event.
KeyCode The key code pressed or released.
IsHandled Indicate whether this event is handled.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly