in a .net windows forms project which has 100s of forms, and all those forms has countless custom made controls with base classes involved, its very difficult for me to know whe
Just before you click the button in the program do this:
Go to visual studio and pause the program. Just press the pause button. Then press F11 (Step Into).
Now press the button in the program, and you should be taken into the event handler.