ListBoxDragDropBehavior.StartRecordDrag Attached Event
This event occurs when a drag-and-drop operation is started.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See AddStartRecordDragHandler(DependencyObject, EventHandler<StartRecordDragEventArgs>) and RemoveStartRecordDragHandler(DependencyObject, EventHandler<StartRecordDragEventArgs>).
See Also