Assigns a delegate to the select event.
public void addOnSelect( EventHandler value )
value
The EventHandler delegate to be notified when the event occurs.
The select event occurs when a menu item has been selected but not yet activated.
See Also onSelect, removeOnSelect