Not really.
event driven programming, simply means, your program responds to given events.
BASIC is a programming language.
Event driven is using BASIC to create/interact in an event driven way.
Take the classes and learn, or not.
Think of it this way:
Creating a program that does something is easy (calc PI). Creating a prog that does something based upon events occuring, easy also, if you know how.
[edit]
helloworld.bas //not event driven
web server //event driven, events being request/response and all hops in between.
[/edit]