public void OnDrag(PointerEventData data) { foreach (IDragHandler _go in _dragTargets) { ExecuteEvents.dragHandler(_go, data); } }