DragDropEvents.EndDragDrop Event
In This Article
Occurs when a drag-and-drop operation is completed.
Namespace: DevExpress.Utils.DragDrop
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Event Data
The EndDragDrop event's data class is DevExpress.Utils.DragDrop.EndDragDropEventArgs.
See Also