Back to Devexpress

ListBoxDragDropBehavior Attached Events

wpf-devexpress-dot-xpf-dot-core-dot-listboxdragdropbehavior-dot-underscore-attachedevents.md

latest1.7 KB
Original Source

ListBoxDragDropBehavior Attached Events

Contains set of properties and events that allow you to control drag-and-drop operations in the ListBoxEdit control.

NameDescription
CompleteRecordDragDrop staticOccurs when a drag-and-drop operation is completed.
ContinueRecordDrag staticOccurs 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 staticOccurs continuously while a record is dragged (moved) within the drop target’s boundary.
DropRecord staticOccurs when a record is dropped on the drop target element.
GiveRecordDragFeedback staticOccurs continuously while a drag-and-drop operation is in progress, and enables the drag source to give feedback to the user.
StartRecordDrag staticThis event occurs when a drag-and-drop operation is started.

See Also

ListBoxDragDropBehavior Class

ListBoxDragDropBehavior Members

DevExpress.Xpf.Core Namespace