Adds a delegate to the selectIndexChanged event.
public final void addOnSelectedIndexChanged ( EventHandler h )
h
The EventHandler delegate to be notified when the event occurs.
The delegate specifies a method that is called when the current selection of the element is changed.
See Also removeOnSelectedIndexChanged