EVENT_DROPPED

Object Types: Trees and splitters.

Description:
Tree Controls:—Dropped events are sent to the callback function associated with the tree control when the user dropped a tree item.
Splitter Controls—Dropped events are sent at the end of the splitter operation.

Event Data Parameters:

For tree events:
eventData1 = not used
eventData2 = itemIndex
For splitter events:
eventData1 = vertical coordinates of the current drag line position
eventData2 = horizontal coordinates of the current drag line position