jQuery Common - Object Structures - Event - Fields

Fields that provide information about the event.

In addition to the fields described in this section, dxEvent contains native JavaScript event properties.

currentTarget

The DOM element within the current event propagation stage.

Type:

DOM Node

data

Data passed to the event handler.

Type:

Object

delegateTarget

The DOM element to which the currently-called event handler was attached.

Type:

DOM Node

target

The DOM element that initiated the event.

Type:

DOM Node