get_nativeElementEvent();
set_nativeElementEvent(value);
Object.defineProperty('nativeElementEvent');
| Type | Description | 
|---|---|
| Leadtools.Html.ElementEvent | The native JavaScript event associated with this event. | 
This is the native JavaScript event. For example, if the this event was triggered through a 'mousedown' event. Then NativeElementEvent will contain the native event data (e).