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.
我的 C# 应用程序中有一个 datagridview。selectionmode 设置为 FullRowSelect。当用户单击/双击一行时,我有一个双击事件和一个单击事件。不幸的是,尽管我双击一行,但只有单击事件开始。如何区分这两个事件?