keyUp Event

Summary

Occurs when the user releases a key.

Syntax

JavaScript Syntax
Object.defineProperty(InteractiveService.prototype,'keyUp',  
	get: function(), 
	set: function(value) 
) 
function keyUp.add(function(sender, e)); 
function keyUp.remove(function(sender, e)); 
TypeScript Syntax
keyUp: void; 

Remarks

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

Event Data
ParameterTypeDescription
sendervarThe source of the event.
eInteractiveKeyEventArgsThe event data.
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