Click or drag to resize

EngineOnModuleStateChange Event

This event is fired when the engine accesses a binary module by loading it into memory.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public event EngineModuleStateChangeHandler OnModuleStateChange

Value

Type: Kofax.OmniPageCSDK.IproPlusEngineModuleStateChangeHandler
Remarks

Note that not every module fires the ModuleStateChange event when loaded, only the delay loaded DLLs and the workflow system managed components generate this event. The Path parameter contains the full path of the module being accessed. The Module parameter contains only the module name, the Status parameter contains the result of the module access as documented at the InitCode property of the ModuleInfo object. Only the MODULE_START, MODULE_OK, MODULE_INITERROR and MODULE_UNLOAD values are used in conjunction with the event.

See Also