Provides data for the CheckedListBox.ItemCheck event of the System.Windows.Forms.CheckedListBox and System.Windows.Forms.ListView controls.
See Also: ItemCheckEventArgs Members
The CheckedListBox.ItemCheck event occurs when the checked state of an item in a checked list box changes. The System.Windows.Forms.ItemCheckEventArgs class 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 about handling events, see Consuming Events.