'WithEvents' variable does not raise any events

The object variable declared with the WithEvents keyword does not refer to a class instance that can raise events.

Error ID: BC30591

To correct this error

  • Make sure that the object variable refers to a class instance that can raise events.

See Also

Concepts

Events and Event Handlers

Events and Event Handlers