Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有带有复选框列的数据网格视图。
如何检测单元格中的复选框状态何时更改?当用户单击 datagridivew 中的复选框时会触发哪个事件?
我相信您正在寻找“ CheckedChanged ”事件。
另外,这里有一个可能有帮助的文章的链接:Add a CheckBox to your DataGrid