ListBoxDragDropBehavior.DragRecordOver Attached Event
Occurs continuously while a record is dragged (moved) within the drop target’s boundary.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See AddDragRecordOverHandler(DependencyObject, EventHandler<DragRecordOverEventArgs>) and RemoveDragRecordOverHandler(DependencyObject, EventHandler<DragRecordOverEventArgs>).
See Also