ReSharper conventions for names of event handlers

前端 未结 4 1070
小鲜肉
小鲜肉 2020-11-29 01:23

When I add new event handler for any event, VS creates method like object_Click. But ReSharper underlines this method as Warning, because all methods should no

4条回答
  •  失恋的感觉
    2020-11-29 02:12

    On your file menu you should have "Resharper" Click it -> Options -> Naming conventions (on left menu).

    From there you can specify what naming conventions are used for each of the naming types/styles.

提交回复
热议问题