There is no SelectedIndexChanged event on a ValueList. If you're using this in a grid, you could just use the CellChange event to know when a new value has been selected, or you could also look into the AfterCellListCloseUp event.
-Matt