Error processing SSI file
(Leadtools.Controls)

Show in webframe

KeyDown Event




Occurs when the user presses a key down.
Syntax
Event Data

The event handler receives an argument of type InteractiveKeyEventArgs containing data related to this event. The following InteractiveKeyEventArgs properties provide information specific to this event.

PropertyDescription
IsHandled Indicates whether this event is handled.
KeyCode Keyboard code
NativeEvent Native event associated with this event.
Remarks

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

InteractiveKeyEventArgs
Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file