문제

I have datagridview with checkboxcolumn.

How can I detect when checkbox state in cell has changed? Which event is fired when user click checkbox in datagridivew?

도움이 되었습니까?

해결책

I believe you're looking for the "CheckedChanged" event.

Also, here's a link to an article that might help: Adding a CheckBox to your DataGrid

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top