DhEdit.removeOnSelect

Overview | Methods | This Package | All Packages

DhEdit.removeOnSelect

Removes the delegate that is assigned to the select event.

Syntax

public final void removeOnSelect( EventHandler h )

Parameters

h

The EventHandler delegate that is to be removed.

Remarks

The event handler is triggered when the current element is selected.

See Also   addOnSelect