Event Handler
« Back to Glossary IndexAn 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 to Glossary Index