i have a custom ListView control and Custom ListViewItem that has a tri-state checkbox,
when i am using the myListView1_ItemCheck event, the ItemCheckEventArgs e
the item is of type listviewitem not the custom one i had made, how can i modify the event to handle the custom listviewitem i had?
thanks for helping
0
votes
e.item, post some code to make the issue accurate. - Henk Holterman