DhRadioButton.removeOnSelect

Overview | Methods | This Package | All Packages

DhRadioButton.removeOnSelect

Removes the delegate that is assigned to the select event.

Syntax

final public void removeOnSelect ( EventHandler h )

Parameters

h

The EventHandler delegate that is to be removed.

Remarks

The select event occurs when the radio button is selected.

See Also   addOnSelect