Udostępnij za pośrednictwem


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

  1. Remove the Implements statement.

  2. Implement the event within a class or structure.

See Also

Reference

Interface Statement (Visual Basic)