When the sub for the event in a control array gets called it will get passed the index of the control for which it will be called.
The simplest way to handle the events then is to use a case structure which selects off of the index parameter. The following example should illustrate this.
Regards,
-Amaury R.