Assigns a delegate to the dataSetChanged event.
public final void addOnDataSetChanged( EventHandler h )
h
The EventHandler delegate to be notified when the event occurs.
The handler is also triggered when initial data is available from a data source object.
See Also removeOnDataSetChanged