Skip to main content
A newer version of this page is available. .

ListBoxDragDropBehavior Attached Events

Contains set of properties and events that allow you to control drag-and-drop operations in the ListBoxEdit control.
Name Description
CompleteRecordDragDrop static Occurs when a drag-and-drop operation is completed.
ContinueRecordDrag static Occurs when there is a change in the states of the keyboard or mouse button during a drag-and-drop operation, and enables the drop source to cancel the drag-and-drop operation depending on the key/button states.
DragRecordOver static Occurs continuously while a record is dragged (moved) within the drop target’s boundary.
DropRecord static Occurs when a record is dropped on the drop target element.
GiveRecordDragFeedback static Occurs continuously while a drag-and-drop operation is in progress, and enables the drag source to give feedback to the user.
StartRecordDrag static This event occurs when a drag-and-drop operation is started.
See Also