gpt4 book ai didi

c# - NodeMouseClick 事件不能正常工作?

转载 作者:行者123 更新时间:2023-11-30 22:46:17 25 4
gpt4 key购买 nike

我使用 TreeView 来显示文件和文件夹,如 Windows 资源管理器。它有一个 NodeMouseClick 事件,但有时当我点击 + 时,这个事件不会触发。

private void treeView1_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e)
{
MessageBox.Show("node mouse click");
}

谁能帮我解释一下为什么?以及如何知道我何时点击 +?

提前致谢!

最佳答案

你可能更想看看

TreeView.AfterExpand Event

Occurs after the tree node is expanded.

TreeView.BeforeExpand Event

Occurs before the tree node is expanded.

关于c# - NodeMouseClick 事件不能正常工作?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2709069/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com