Udostępnij za pośrednictwem


'<eventname>' is not an event of '<containername>'

The event specified is not declared for the object.

Error ID: BC30676

To correct this error

  1. Check the spelling of the event's name.

  2. Check that you are accessing the correct object. Use fully qualified references to the object or use the Imports statement to import the appropriate namespace if necessary.

See Also

Reference

Imports Statement (.NET Namespace and Type)

Other Resources

Events in Visual Basic