'<eventname>' is not an event of '<containername>'
The event specified is not declared for the object.
Error ID: BC30676
To correct this error
Check the spelling of the event's name.
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)