ReSharper conventions for names of event handlers.
Posted
by Belousov Pavel
on Stack Overflow
See other posts from Stack Overflow
or by Belousov Pavel
Published on 2010-06-08T04:38:01Z
Indexed on
2010/06/08
4:42 UTC
Read the original article
Hit count: 237
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.
© Stack Overflow or respective owner