219k views
0 votes
The set of Visual Basic instructions that tells an object how to behave after an action by the user (such as clicking a button) is referred to as a(n) _________.

User Ycr
by
5.6k points

1 Answer

3 votes

Answer:

Event procedure

Step-by-step explanation:

Whenever a user perform certain action, such as press a button on the keyboard or click the mouse, etc. such action are called an event. when an event occurs, Visual Basic looks for BASIC instructions to tell the object in the program how to behave to the user event. The Visual Basic instructions that responds to this specific event is called an event procedure.

User Darshan L
by
5.5k points