Overview | Methods | This Package | All Packages
Assigns a delegate to the checkedChanged event.
Syntax
public final void addOnCheckedChanged( EventHandler handler )
Parameters
handler
The EventHandler delegate to be notified when the event occurs.
Remarks
Passing an event handler as a parameter to this method is equivalent to setting the checkedChanged event to that method in the Properties window. The checkedChanged event occurs when the value of the radio button changes. The change can be made by the user or programmatically.
See Also removeOnCheckedChanged