© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
V. SarcarTest Your Skills in C# Programming https://doi.org/10.1007/978-1-4842-8655-5_11

11. Events

Vaskaran Sarcar1  
(1)
Garia, Kolkata, West Bengal, India
 

The support for events is considered one of the most exciting features in C#. It is useful because you can send notifications from one code segment to another code segment by using events. These are common in GUI applications such as when you fill in an online form or click the submit button and then notice some interesting change in the UI (for example, you may see a pop-up message saying that the data was submitted properly). The Visual Studio IDE provides a lot of support when your code deals with events. ...

Get Test Your Skills in C# Programming: Review and Analyze Important Features of C# now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.