I'm using the ItemCheckEventArgs and from which I can get an index value, but from this value I'm not sure how to look up what the text is of whatever was checked.
In ItemCheck event handler using ItemCheckEventArgs e you can retrive corresponding object
checkedListBox1.Items[e.Index]