Events in interfaces cannot be declared '<implements>'
Events declared in interfaces cannot implement the events of other interfaces.
Error ID: BC30688
To correct this error
Remove the Implements statement.
Implement the event within a class or structure.