Skip to main content
A newer version of this page is available. .

DragDropEvents.EndDragDrop Event

Occurs when a drag-and-drop operation is completed.

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("DragDrop")]
public event EndDragDropEventHandler EndDragDrop

Event Data

The EndDragDrop event's data class is DevExpress.Utils.DragDrop.EndDragDropEventArgs.

See Also