Skip to main content

DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties>.EndDragDrop Event

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

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Event Data

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

Remarks

If you attached the Drag-and-Drop Behavior to a control in the designer, use the DragDropEvents component to subscribe to the drag-and-drop events.

See Also