Microsoft SDK for Java

DhCheckBox.addOnCheckedChange

Assigns a delegate to the checkedChange 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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.