Question

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?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top