In computer programming, event driven programming is a programming paradigm in which the flow of the program is determined by events like messages from other programs or threads.
It is an application architecture technique divided into two sections
1) Event Selection
2) Event Handling
Markdown for AI
A clean, structured version of this page for AI assistants and LLMs.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
In computer programming, event driven programming is a programming paradigm in which the flow of the program is determined by events like messages from other programs or threads.
It is an application architecture technique divided into two sections
1) Event Selection
2) Event Handling