Event metod name

If I create new event metod, Resharper create metod with name "Control_OnEventName"  ex. TextBox_OnClick, but i wanna metod name will be TextBox_On_Click. How do this ?

0
1 comment

You can set the pattern used in the options dialog: Code Editing | C# | Naming Style | Advanced.

0

Please sign in to leave a comment.