Overview | Methods | This Package | All Packages
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 check box control is selected.
See Also addOnSelect