DragDrop Method (FlexListBase)

Class

FlexListBase class

Action

Defines the value of the type property of the event object for a dragDrop event.

Syntax

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. MODIFIERKEYSTATE.