Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

NativeEvent Property (InteractiveKeyEventArgs)

Show in webframe
Native event associated with this event.
Syntax
get_nativeEvent();
set_nativeEvent(value);
Object.defineProperty('nativeEvent');

Property Value

TypeDescription
ElementEventThe native event associated with this event.
Remarks

This is the native event and it depends on the platform.

For example, in JavaScript, if this event was triggered through a keydown event, then NativeEvent will contain the event data object.

See Also

Reference

InteractiveKeyEventArgs Object
InteractiveKeyEventArgs Members

Error processing SSI file