我已经制作了一些代码来在菜单项中显示每台已安装和在线的打印机。但是我不知道如何在单击菜单项时引发事件。我删除了获取打印机名称的代码,因为那现在不相关了。
string printerName; // contains the first printer name, later contains 2nd printername. This is variable.
selectprinterNameMenuItem.DropDownItems.Add(printerName); // here do I add the new printer to the menu item.
通常您应该能够向菜单项添加事件;但我是通过代码创建的,我不知道确切的名称。如何检测何时单击菜单项?