API Reference > ui-components > DragDrop > DragSourceProps > onDragSourceEnd onDragSourceEnd MethodOptional Triggered when a DragSource drag has ended. Callback is always called after an onDragSourceBegin callback, regardless of whether the drag was successful. onDragSourceEnd(data: DragSourceArguments<DragDropObject>): void Parameter Type Description data DragSourceArguments<DragDropObject> Returns - void Defined in ui/components/src/ui-components/dragdrop/DragDropDef.ts Line 63 Last Updated: 11 June, 2024