Application-level events

Application-level events are fired when something is about to happen or has just happened on application level. For example, one event is fired when a user is about to log on to the system and another is fired just after a successful or unsuccessful login.

For application-level events, only an active Application object is available. If you are using the new COM API, remember that Application stands for ManagerApp, ScanApp, InterpretApp, VerifyApp, or TransferApp, depending on which module you are using.

Event maps for application-level events are saved in binary files (Ef*.evm) in the folder specified by EventMapDir in Ehlocal.ini.

Application-level events fired in all modules

AppCanClose

AppConnect

AppDisconnect

AppEnd

AppError

AppJobLoad

AppJobLoaded

AppMessage

AppStart

AppStarted

AppTimeoutExpired

AppTimer

AppUserLoggedIn

AppUserLogin

Application-level events by module

Events in the Manager

Events in Scan

Events in Interpret

Events in Verify

Events in Transfer
 

Event descriptions (general info)

Where to find additional information about events and methods