Assigns a delegate to the textChanged event.
public final void addOnTextChanged( EventHandler value )
value
The EventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the textChanged event to that method in the Properties window. The textChanged event occurs when the user takes an action that may have altered the text in the edit control of the combo box.
See Also removeOnTextChanged