DhElement.removeOnDataAvailable

Overview | Methods | This Package | All Packages

DhElement.removeOnDataAvailable

Removes the delegate that is assigned to the dataAvailable event.

Syntax

public final void removeOnDataAvailable( EventHandler h )

Parameters

h

The EventHandler delegate that is to be removed.

Remarks

How frequently this handler is triggered depends on the data source object.

See Also   addOnDataAvailable