Okay, so you need to use this on the “draggable” so the blue square that’s being dragged around in your analogy (not the original not-yet-dragged version):
And a return node:
So THEN you have your “OnDrop”. So this would be on the widget with the canvas you’re operating on- so like the base level here. So as you were saying, the receiver of the drop- but through this method you can kind of “mirror” the “OnDrop”, if that makes sense.