Click or drag to resize

EditorViewResourceChanged Method

Use this method to provide information on the change in the internal resource content.

Namespace:  Kofax.OmniPageCSDK.ToolBoxes
Assembly:  Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
public virtual void ResourceChanged(
	RESOURCE_TYPE Type,
	Object Resource
)

Parameters

Type
Type: Kofax.OmniPageCSDK.ToolBoxesRESOURCE_TYPE
Resource
Type: SystemObject

Implements

IResourceUserResourceChanged(RESOURCE_TYPE, Object)
See Also