C# dynamically add event handler

后端 未结 5 802
感动是毒
感动是毒 2020-12-17 08:40

Hi i have a simple question. here is my code:

        XmlDocument xmlData = new XmlDocument();
        xmlData.Load(\"xml.xml\");

        /* Load announceme         


        
5条回答
  •  旧时难觅i
    2020-12-17 09:34

    I would recommend you look into subscriptions for events. In the event you have to make sure it's the last item in the menu item.
    Look at MSDN's help for the item

提交回复
热议问题