An interface can declare an event. The following example shows how to implement interface events in a class. Basically the rules are the same as when implementing any interface method or property.
Declare the event in your class and then invoke it in the appropriate places