ItemCheckEventArgs Properties
Provides data for the BaseCheckedListBoxControl.ItemCheck event of check list box controls.
Name | Description |
---|---|
Index | Gets the index of the item whose state was changed. |
State | Gets the state of the item. |
See Also