Let's say I have a Treeview control on a form. Each leaf node in the
Treeview has a ContextMenuStri p, each with one ToolStripMenuIt em, and
all ToolStripMenuIt ems Click event is handled by a comment event
handler.
How do I determine which Treeview Node signalled the menu event in the
common event handler?
Treeview has a ContextMenuStri p, each with one ToolStripMenuIt em, and
all ToolStripMenuIt ems Click event is handled by a comment event
handler.
How do I determine which Treeview Node signalled the menu event in the
common event handler?
Comment