ListBoxDragDropBehavior.GiveRecordDragFeedback Attached Event
Occurs continuously while a drag-and-drop operation is in progress, and enables the drag source to give feedback to the user.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See AddGiveRecordDragFeedbackHandler(DependencyObject, EventHandler<GiveRecordDragFeedbackEventArgs>) and RemoveGiveRecordDragFeedbackHandler(DependencyObject, EventHandler<GiveRecordDragFeedbackEventArgs>).
See Also