Overview | Methods | This Package | All Packages
Removes the delegate that is assigned to the dataSetChanged event.
Syntax
public final void removeOnDataSetChanged( EventHandler h )
Parameters
h
The EventHandler delegate that is to be removed.
Remarks
This is also triggered when initial data is available from a data source object.
See Also addOnDataSetChanged