Microsoft SDK for Java

DhElement.addOnErrorUpdate

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.