Parameter | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
hoDragSource | Control that initiated the drag | ||||||||||
hoDropTarget | Control the data was dropped on | ||||||||||
eDropPosition | Where the data was dropped in the control. Valid values are:
|
Procedure OnDrop Handle hoDragSource Handle hoDropTarget WebDropPosition eDropPosition
Called whenever a valid drop is executed on the client.
Can be augmented to interact with the data involved in the drag & drop action.
Use "Get DragData of hoDragSource" to retrieve the Drag Data.
Use "Get DropData of hoDropTarget" to retrieve the Drop Data.