I am working on Visual Studio SDK. I am facing one problem as follows.
When we clicked on "Edit" menu of standard visual studio, submenus (i.e. cut, copy, paste etc) appears under "Edit" menu.
I just want to know that if we clicked on "Edit"-> "Delete", how come I know it in C#(in code) that "Edit" menu header is clicked or "delete" option is clicked by user.
In other words, how I will get the notification in code – that particular menu/submenu is clicked.
Thanks in advance.