Removes the delegate that is assigned to the errorUpdate event.
public final void removeOnErrorUpdate( EventHandler h )
h
The EventHandler delegate that is to be removed.
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 addOnErrorUpdate