Event Handler

« Back to Glossary Index

An event handler is a function that executes in response to a specific event. Events may originate from user actions or system signals. Event handlers enable reactive programming. Example: Handling a button click event.


← Back

« Back to Glossary Index