Events in a Module cannot be declared '<specifier>'

You have used a specifier that is not valid on an event within a Module statement. Modules can never be instantiated, do not support inheritance, and cannot implement interfaces.

Error ID: BC30434

To correct this error

  • Remove the specifier.

See Also

Reference

Module Statement