Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

KeyDown Event

Show in webframe
Occurs when the user presses a key down.
Syntax
add_keyDown(function(sender, e))
keyDown.add(function(sender, e))
remove_keyDown(function(sender, e))
keyDown.remove(function(sender, e))
    

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

Event Data
Parameter Type Description
sender 'var' The source of the event.
e InteractiveKeyEventArgs The event data.
See Also
Error processing SSI file