Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Removing Unused Event Handlers

$
0
0

I have a nasty habit of double clicking on design elements and instantly creating event handlers for the click event.  I do not want all these empty event handlers uglying up my code but I cannot simply delete them without deleting the definition in the MainForm.Designer.Cs. 


Is there a way to easily find and delete unused event handlers like this?


Thank you.



Viewing all articles
Browse latest Browse all 1764

Trending Articles