How to detect a successful Drag-Drop operation on the drag side.

I know interface is a good solution to send a signals.
But I’m having trouble detecting if the drop was successful on the drag side before sending signals.
OnDrop detect signals on Drop side.