UI has an array. A new element can be added initialising one more element at the end or using menu "Insert element before". Both methods launch user event "Value Change".
Is any way to see index of newly added element? My guesses are limited to watching position of mouse clicks but there is no fun is such a solution.