ListBoxDragDropBehavior.DropRecord Attached Event
Occurs when a record is dropped on the drop target element.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See AddDropRecordHandler(DependencyObject, EventHandler<DropRecordEventArgs>) and RemoveDropRecordHandler(DependencyObject, EventHandler<DropRecordEventArgs>).
See Also