Removes the delegate that is assigned to the selectedIndexChanged event.
final public void removeOnSelectedIndexChanged ( EventHandler h )
h
The EventHandler delegate that is to be removed.
This event occurs when the current selection of the element is changed.
See Also addOnSelectedIndexChanged