Events - naming convention and style

后端 未结 7 692
北海茫月
北海茫月 2020-12-02 10:40

I\'m learning about Events / Delegates in C#. Could I ask your opinion on the naming/coding style I\'ve chosen (taken from the Head First C# book)?

Am teaching a fr

7条回答
  •  天命终不由人
    2020-12-02 11:09

    Interesting how Microsoft seems to break its own naming conventions with Visual Studio generated event handler names.

    See: Event Naming Guidelines (.NET Framework 1.1)

提交回复
热议问题