Event handlers are called and executed on this order:
FORMS extensions in the order they are loaded, which is the same as the order in which they are numbered in Ehlocal.ini. That is, Plugin1 is loaded first, then Plugin2, etc.
If two or more extensions subscribe to the same event:
The event handlers are called in reverse loading order.
All extensions run their code for a certain event, even if some return EV_OK_ABORT.
The extension that is called last returns the value that is acted upon.