This rule is Obsolete | |
Synopsis: | Use a verb (gerund) for naming an event |
Language: | C# |
Severity Level: | 10 |
Category: | Naming |
Description: |
Good examples of events are Closing, Minimizing , and Arriving . For example, the declaration for the Closing event may look like this:
public event ClosingEventHandler Closing; |