Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
CheckedListBox.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