Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A class or structure attempts to implement an interface that declares an event that returns a value.
Visual Basic does not currently support declaring events that return values.
Error ID: BC30945
To correct this error
- Remove the Implements statement from the class or structure definition, or implement a different interface.
See Also
Concepts
Implements Keyword and Implements Statement