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