Native event associated with this event.
Object.defineProperty(InteractiveKeyEventArgs.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 keydown
event, then
NativeEvent will contain the event data object.
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