The ___________ is used to raise an event in the application.
Answers
Answered by
2
Answer:
Add Handler statement
Answered by
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
Social Sciences,
2 months ago
Physics,
2 months ago
Accountancy,
2 months ago
Math,
4 months ago
English,
4 months ago
Math,
10 months ago
Math,
10 months ago
Math,
10 months ago