Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top