piDogDataView.DataView.DragOver

Scope: Public
Event DragOver(row as integer, column as Integer, obj as DragItem, action as dragitem.types) As Boolean
Return true from this event to receive a dropObject event when the user drops an object.

Example:

if column<>1 then Return true //restrict drop to column(1)