ReSharper conventions for names of event handlers.
- by Belousov Pavel
Hello,
When I add new event handler for any event, VS creates method like Button_Click.
But ReSharper underlines this method as Warning, because all methods should not have any delimeters such as "_".
How can I customize rules of ReSharper so that it doesn't underline such methods? Or may be I should rename such methods?
Thanks in advance.