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.
我有一个表格中的 Treeview。我可以通过在 Treeview 中创建子文件夹来添加子节点、删除节点、移动子节点,还可以更改任何子节点的文本。
如何以编程方式确定是否发生了这些事件/更改之一?
感谢和问候
我有一种感觉,当您修改 TreeView 的 Nodes 集合时,您将很难找到将触发的事件。
您可以通过某种包装函数或类控制对 TreeView 节点的访问来找到答案,这些包装函数或类随后委托给 TreeView,但也会引发必要的事件供您挂钩。