Assigns a delegate to the change event.
public final void addOnChange( EventHandler h )
h
The EventHandler delegate to be notified when the event occurs.
The delegate specifies a method that is called when the current element's contents are changed.
See Also removeOnChange