DhRadioButton.addOnCheckedChange

Overview | Methods | This Package | All Packages

DhRadioButton.addOnCheckedChange

Assigns a delegate to the change event.

Syntax

final public void addOnCheckedChange ( EventHandler h )

Parameters

h

The EventHandler delegate to be notified when the event occurs.

Remarks

This event occurs when the user modifies the selected state of the button.

See Also   removeOnCheckedChange