Click or drag to resize

FormTemplateLibrary.TemplateNameChangedHandler 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.IproPlus.FormTemplate
UniqueID
Type: System.IntPtr
Name
Type: System.String
See Also