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.
我有:
ListenCheckedListBox.SetItemCheckState(0, CheckState.Unchecked);
这个赋值会触发 ListBox 的 ItemCheck 事件吗?
因为上述语句没有将其状态从选中更改为未选中。并且在 ItemCheck 中我也切换了它的 CheckState。这就是为什么我想知道由于这段代码检查状态保持不变。
感谢你的分享。
如果检查状态发生更改,此方法应触发 OnItemCheck 事件。它在项目实际获得其检查状态集之前触发。