ListView.addOnItemCheck

Overview | Methods | This Package | All Packages

ListView.addOnItemCheck

Assigns a delegate to the itemCheck event.

Syntax

public final void addOnItemCheck( ItemCheckEventHandler value )

Parameters

value

The ItemCheckEventHandler delegate to be notified when the event occurs.

Remarks

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