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.
在某些情况下,当我向表中添加新行时,它不会触发 ListChanged 事件。奇怪的是,更新和删除行确实会触发该事件。
您可以手动调用 ListChanged 事件。但在我看到一些代码之前,我无法给你更直接的答案。