ListBoxDragDropBehavior.ContinueRecordDrag Attached Event
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.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See AddContinueRecordDragHandler(DependencyObject, EventHandler<ContinueRecordDragEventArgs>) and RemoveContinueRecordDragHandler(DependencyObject, EventHandler<ContinueRecordDragEventArgs>).
See Also