ECMA-334 C# Language Specification20.2.3: Interface events |
Interface events are declared using interface-event-declarations:
attributesoptnew optevent type identifier ;The attributes, type, and identifier of an interface event declaration have the same meaning as those of an event declaration in a class (17.7).