Microsoft SDK for Java

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 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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.