Edit

Share via


'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

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

See also