Computer Science, asked by kunalchandani511, 4 months ago

The ___________ is used to raise an event in the application.​

Answers

Answered by choudharyvanshika
2

Answer:

Add Handler statement

Answered by sohelasu934
5

Answer:

While you might visualize a Visual Studio project as a series of procedures that execute in a sequence, in reality, most programs are event driven—meaning the flow of execution is determined by external occurrences called events.

An event is a signal that informs an application that something important has occurred. For example, when a user clicks a control on a form, the form can raise a Click event and call a procedure that handles the event. Events also allow separate tasks to communicate. Say, for example, that your application performs a sort task separately from the main application. If a user cancels the sort, your application can send a cancel event instructing the sort process to stop.

Hope it will help you. Have a great day.

Similar questions