How to reference a combo box in a dynamically created list of comboboxes

Hello everyone, i am trying to create an editor tool that change some dinamically created combo boxes.

I can create the list of the comboboxes, but my problem comes when i want to bind an event in the combobox changed events, becouse i dont know how to create a unique event for each combobox.

When i create dinamically each of the combo boxes i asign a bind event to the combobox, but only the last one created in the list seems to send values back.

I apreciate some help on that if you made something similar before.

Thanks, I solved the problem adding the events inside the combo widget itself, so every combo has his own code.

When i create dinamically each of the
combo boxes i asign a bind event to
the combobox, but only the last one
created in the list seems to send
values back.

Perhaps you could demonstrate how you do this because this works fine: