answersLogoWhite

0

Visual Basic is an event driven program.

For an example, take a button on a Windows Form. When you click on the button, it is an event. That event invokes a method and executes a part of the program.

A Scroll bar have events scroll and change. When you scroll the scroll bar, it is an event for the scroll bar. When you click on a position on the scroll bar, the value changes at one and it is another event. These different events can invoke different methods.

User Avatar

Wiki User

14y ago

What else can I help you with?