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