Assigns a delegate to the errorUpdate event.
public final void addOnErrorUpdate( EventHandler h )
h
The EventHandler delegate to be notified when the event occurs.
The errorUpdate event is triggered in place of the afterUpdate event when the data transfer has been canceled. Canceling is performed by the beforeUpdate event handler.
See Also removeOnErrorUpdate