_ItemCheckEventArgs Type

Provides data for the OnItemCheck event of the OnCheckedListBox and TCnListView controls.

Namespace: CNClrLib.Control.EventArgs
type
 _ItemCheckEventArgs = CNClrLib.Windows._ItemCheckEventArgs;

The OnItemCheck event occurs when the checked state of an item in a checked list box changes. The ItemCheckEventArgs specifies the index of the item to change, the current value of the check box for the item, and the new value to set for the check box.

For more information, see ItemCheckEventArgs in C#.

Properties
Description

CurrentValue

Gets a value indicating the current state of the item's check box.

Index

Gets the zero-based index of the item to change.

NewValue

Gets or sets a value indicating whether to set the check box for the item to be checked, unchecked, or indeterminate.