i have an application develped in c# long before by some developers,now we started providing maintanance.
When i went through the code i can see a click event "private void _menuNewView_Click(object sender, EventArgs e)" which is not triggering when i put a break point and started action from UI, a strange beaviour.
When i open the design view, i open the context menu strip and clicked the menu "newview" it is triggering in to the code behind click event "private void _menuNewView_Click(object sender, EventArgs e)" .
But from UI i started application and put break point in click event in code and did the operation newview but its not triggering, Can anybody help me here, the new view action is not complete as of now
This is one of the reference of click event
menuNew.Click +=line get executed?