listBase.DragDrop(action, [draggedItem, keyModifier])
Variable | Description |
---|---|
action | The action that caused the event: DragManager.COPY, DragManager.LINK, DragManager.MOVE, or DragManager.NONE. String. |
draggedItem | Optional: The item being dragged. String. |
keyModifier | Optional: The key modifiers (for example, the Ctrl key) to use when dropping the control. ModifierKeys. |