This rule is Obsolete | |
Synopsis: | Prefix an event handling method with On |
Language: | C# |
Severity Level: | 6 |
Category: | Naming |
Description: |
It is good practice to prefix the method that is registered as an event handler with Events should also be raised through protected virtual methods if possible, see [9@103]. In some situations, you might be faced with multiple classes exposing the same event name. To allow separate event handlers use a more intuitive name for the event handler, as long as it is prefixed with |