'<name>' cannot expose the underlying delegate type '<delegatetype>' of the event it is implementing outside the project through <specifier> '<type>'

The code exposes a private type outside the public class.

Error ID: BC30915

To correct this error

  • Declare the type Public.

    -or-

  • Use another type.

See Also

Other Resources

Object-Oriented Programming in Visual Basic