DhElement.addOnAfterUpdate

Overview | Methods | This Package | All Packages

DhElement.addOnAfterUpdate

Assigns a delegate to the afterUpdate event.

Syntax

public final void addOnAfterUpdate( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs.

Remarks

The afterUpdate event is triggered after the transfer of data from the element to the data provider.

See Also   removeOnAfterUpdate