jQuery/JS Common - Object Structures - EventObject - Fields
Fields that provide information about the event.
In addition to the fields described in this section, EventObject contains the following native JavaScript event properties:
|
|
|
|
|
To access fields not specified in this list, utilize the originalEvent property.
originalEvent
The native JavaScript event contained in the DevExtreme event.
DevExtreme events expose native JavaScript events with the EventObject.originalEvent field. Use this field to access native event methods and properties not passed to the parent DevExtreme event.
If you have technical questions, please create a support ticket in the DevExpress Support Center.