المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Event for the release of a menu item



C# Programming
05-27-2010, 07:50 PM
Hi All
I did a function for doing a screenshot of the WinForm application I am doing now.
This function is run when the user click on a item of the main menu of the form ( MenuStrip ).
The point is that in doing this way the screenshot foo is called with the menu still open so the image includes also the open menu;
because of this I need to call the function right after the menu item gets close.
Do you know what could be the event?
I tried Drop DropDownClosed but it doesn't work.
Do you know what event fit my issue?
Thank you very much.
Regards
Mn