Computer Science, asked by potterhead1lupin, 1 year ago

What is events in Visual Basic?

Answers

Answered by tejasgupta
1
An event in vb is a block of code which tells the ide what and when to do. For eg...if you declare an event in vb, which is handled by a button.click event, the code that you have written will be executed when that particular button is clicked.....hope this helps you....do rate and mark as brainest if this helps you......

tejasgupta: ........................
potterhead1lupin: I can't mark it unless another user answer!
tejasgupta: Why??????
potterhead1lupin: IDK...I can't find tht option...
tejasgupta: K no problem
tejasgupta: Please mark my answer as brainiest.....
tejasgupta: ...........it should be available now.............\
tejasgupta: ..........*
potterhead1lupin: No
tejasgupta: thnx
Answered by j30sim77
1

Answer: While executing a program, a user performs various functions like pressing a key, clicking a buttons. Such functions performed by the user while executing a program are called EVENTS.

Similar questions