AdvListEditor OnValueEditDone - needed a OnValueInserted

I have some other actions to perform when the editor content changes, and the “natural” approach is to loop through the AdvListEditor.Values list.

I must call this routine AFTER a value is inserted, edited, moved, pasted. But the only events that are fired AFTER the Values list is updated are the OnValueMoved & OnValueDeleted.

For this to work well, there would be needed at least one event fired AFTER any change to the Values list
was made, be it Insert,Delete, Move or change value.

There’s no AFTER event for insertions and editions, similar to OnMoved & OnDeleted.

I had a similar problem (lack of "OnAfter" events) with OnItemDelete in the FNC version of ListEditor. FNCListEditor OnItemDelete event