ItemCheckEvent.ItemCheckEvent

Overview | Methods | Fields | This Package | All Packages

ItemCheckEvent.ItemCheckEvent

Creates a ItemCheckEvent object.

Syntax

public ItemCheckEvent( int index, int newCheckValue, int currentValue )

Parameters

index

The zero-based index of the item to change.

newCheckValue

An integer that indicates whether to change the the check box for the item to be checked, unchecked, or indeterminate. Possible values are constants defined in the CheckState class.

currentValue

An integer that indicates whether the check box for the item is currently checked, unchecked, or indeterminate. Possible values are constants defined in the CheckState class.