Overview | Methods | This Package | All Packages
Assigns a delegate to the errorUpdate event.
Syntax
public final void addOnErrorUpdate( EventHandler h )
Parameters
h
The EventHandler delegate to be notified when the event occurs.
Remarks
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