Leadtools.Controls Namespace > InteractiveKeyEventArgs Object : NativeEvent Property |
get_nativeEvent();
set_nativeEvent(value);
Object.defineProperty('nativeEvent');
Type | Description |
---|---|
ElementEvent | The native event associated with this event. |
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.