Please explain event delegation model.

Pawan Kumar
Pawan Kumar

Posted On: Jan 07, 2021

 

Event delegation model sometimes refers to the Delegation Event model. The Delegation Event model is a technique used to handle events in GUI (Graphical User Interface) based programming languages. The delegation event model provides standard and consistent mechanisms to generate and process events. its processes events are cleanly separated from the user interface logic that generates those events.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Front End Developer Interview Questions

    What is HTML?

    HTML (HyperText Markup Language) is a markup language to design the web page. It is used to display the contents of the web page in order. They are the building blocks of the HTML pages. This text-bas...

    Front End Developer Interview Questions

    What is Ajax?

    Ajax (Asynchronous Javascript and XML) is a technique to create asynchronous web applications. Applications developed with Ajax can send and retrieve data asynchronously from the server without interf...

    Front End Developer Interview Questions

    What is npm?

    NPM stands for Node Package Manager. It is used to install, uninstall, update packages for Javascript Programming Language. NPM also is a default package manager for Node.js....