Creates a ItemCheckEvent object.
public ItemCheckEvent( int index, int newCheckValue, int currentValue )
index
The zero-based index of the item to change.
newCheckValue
An integer that indicates whether to change 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.