ECMA-334 C# Language Specification

20.2.3: Interface events

Interface events are declared using interface-event-declarations:

interface-event-declaration
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).