Table of Contents
    Home / Architecture / Event Handler
    Architecture 1 min read

    (i-vent han dler) (n.) A function or method containing program statements that are executed in response to an event. An event handler typically is a software routine that processes actions such as keystrokes and mouse movements. With Web sites, event handlers make Web content dynamic. JavaScript is a common method of scripting event handlers for Web content.

    Was this Article helpful? Yes No