The C# Programmer’s Study Guide (MCSD) pp 153-176 | Cite as
Implementing Delegates & Events
Chapter
First Online:
Abstract
In any modern language, event-driven development is used to structure a program around various events. These events perform a certain functionality when a certain condition satisfies, for example, close the application when a user clicks on the “Exit” button. Or shut down the system when the heat Temperature rises, etc.
Copyright information
© Ali Asad and Hamza Ali 2017