ListBoxDragDropBehavior Attached Events
Contains set of properties and events that allow you to control drag-and-drop operations in the ListBoxEdit control.
Name | Description |
---|---|
Complete |
Occurs when a drag-and-drop operation is completed. |
Continue |
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. |
Drag |
Occurs continuously while a record is dragged (moved) within the drop target’s boundary. |
Drop |
Occurs when a record is dropped on the drop target element. |
Give |
Occurs continuously while a drag-and-drop operation is in progress, and enables the drag source to give feedback to the user. |
Start |
This event occurs when a drag-and-drop operation is started. |
See Also