Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

NativeEvent Property (InteractiveEventArgs)

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 mousedown or touchdown event, then NativeEvent will contain the event data object.

And in JavaScript, if this event was triggered through a 'mousedown' event. Then NativeEvent will contain the native event data (e).

See Also

Reference

InteractiveEventArgs Object
InteractiveEventArgs Members

Error processing SSI file