OnEndDrag not being called

I have the OnBeginDrag in my ItemSlot script and I want to end the drag on my EquipSlot. Is this possible? Since the function OnEndDrag isn’t being called.

Do you implement the interface IEndDragHandler?