DhElement.removeOnMouseDown

Overview | Methods | This Package | All Packages

DhElement.removeOnMouseDown

Removes the delegate that is assigned to the mouseDown event. 

Syntax

final public void removeOnMouseDown( MouseEventHandler h )

Parameters

h

The MouseEventHandler delegate that is to be removed.

Remarks

Not all elements support all events exposed in DhElement.

See Also   addOnMouseDown