Event | +--ItemCheckEventpublic class ItemCheckEvent
An event sent to a CheckedListBox when the state of one of the check boxes is about to change. You can set the new check state by using the newValue field.
Fields
Name | Description |
---|---|
currentValue | The current state of the check box. |
index | The index of the item that is about to change. |
newValue | The proposed new value of the check box. |
Constructors
Name | Description |
---|---|
ItemCheckEvent(int index, int newCheckValue, int currentValue) | Topic under construction. |
Topic under construction.