DhElement.addOnDataSetChanged

Overview | Methods | This Package | All Packages

DhElement.addOnDataSetChanged

Assigns a delegate to the dataSetChanged event.

Syntax

public final void addOnDataSetChanged( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs.

Remarks

The handler is also triggered when initial data is available from a data source object.

See Also   removeOnDataSetChanged