Widget.addOnDragEnd

The ::drag-end signal is emitted on the drag source when a drag is finished. A typical reason to connect to this signal is to undo things done in drag-begin.

class Widget
gulong
addOnDragEnd
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)