Native event associated with this event.
Object.defineProperty(InteractiveEventArgs.prototype, 'nativeEvent',
get: function(),
set: function(value)
)
nativeEvent: Event;
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 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).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET