Click or drag to resize

FormTemplateLibraryTemplateNameChangedHandler Delegate

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public delegate void TemplateNameChangedHandler(
	FormTemplate FormTemplate,
	IntPtr UniqueID,
	string Name
)

Parameters

FormTemplate
Type: Kofax.OmniPageCSDK.IproPlusFormTemplate
UniqueID
Type: SystemIntPtr
Name
Type: SystemString
See Also