Table of Contents showTocToggle(”[+]”,”[-]”)
Overview
Events
Listeners
Global Listeners
Local Listeners
Callbacks
Category
Arguments
Visibility
API
Overview
Event listeners has been available since EZPDO v1.0.1.
It is often useful for your application to react to certain events that
occur inside EZPDO. For example, a Web application may want to validate
data before committing any changes, or act upon (for example, send email
or instant message to notify or alert) when […]