經安全檢測,此網站為安全網站,請放心前往原始網址!

VB.NET Datagridview - capture DataGridViewCheckBoxColumn click event

private void dg_CellContentClick(object sender, DataGridViewCellEventArgs e) { if (e.ColumnIndex == 0) { dg[0, e.RowIndex].Value = ! Convert.ToBoolean(dg[0, e.RowIndex].Value); // now you can check what is its current value and what do you want ...

www.experts-exchange.com

網址安全性掃描由 google 提供