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.
我有一个 DataGridView,其中包含定义为复选框的 1 列。我不确定使用哪个事件来检查 cbo 是否已被选中。我一直在玩 CellValueChanged 事件,但请注意,当我选中一个框时,在我执行另一个操作之前什么都不会发生。我需要程序在选中一个框后立即做出反应,而不是等到执行另一个操作。
有任何想法吗?
听起来CurrentCellDirtyStateChanged活动就是你的门票。
CurrentCellDirtyStateChanged
查看在 DataGridView 中触发复选框值更改事件