TreeViewItemDragOverEvent
Represents the object of the onItemDragOver
event (see example).
Name | Type | Default | Description |
---|---|---|---|
clientX |
|
Provides the horizontal coordinate within the client area of the application at which the event occurred (as opposed to the coordinate within the page). | |
clientY |
|
Provides the vertical coordinate within the client area of the application at which the event occurred (as opposed to the coordinate within the page). | |
item |
|
The item that is dragged. | |
itemHierarchicalIndex |
|
The hierarchical index of the dragged item. The indices are zero-based.
The first root item has a | |
pageX |
|
The X (horizontal) coordinate (in pixels) at which the event occurred that is relative to the left edge of the entire document. Includes any portion of the document which is not currently visible. | |
pageY |
|
The Y (vertical) coordinate (in pixels) at which the event occurred that is relative to the whole document.
| |
target |
|
The target that is associated with the dragged item. |