Si:
codice:
this[select].setChangeHandler("funzione");
e poi
codice:
function funzione(cb)
{
	trace(cb.getSelectedItem().label);
}