Assigns a delegate to the itemCheck event.
public final void addOnItemCheck( ItemCheckEventHandler value )
value
The ItemCheckEventHandler delegate to be notified when the event occurs.
Passing an event handler as a parameter to this method is equivalent to setting the itemCheck event to that method in the Properties window. The itemCheck event occurs when the check state of an item changes.
See Also removeOnItemCheck