DhElement.removeOnClick

Overview | Methods | This Package | All Packages

DhElement.removeOnClick

Removes the delegate that is assigned to the click event.

Syntax

final public void removeOnClick ( EventHandler h )

Parameters

h

The EventHandler delegate that is to be removed.

Remarks

Not all elements support all events exposed in DhElement.

See Also   addOnClick