DocumentClassifierProjectsProjectNameChangedHandler Delegate
|
Namespace:
Kofax.OmniPageCSDK.IproPlusAssembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic delegate void ProjectNameChangedHandler(
DocumentClassifierProject DocumentClassifierProject,
IntPtr UniqueID,
string Name
)
Public Delegate Sub ProjectNameChangedHandler (
DocumentClassifierProject As DocumentClassifierProject,
UniqueID As IntPtr,
Name As String
)
public delegate void ProjectNameChangedHandler(
DocumentClassifierProject^ DocumentClassifierProject,
IntPtr UniqueID,
String^ Name
)
Parameters
- DocumentClassifierProject
- Type: Kofax.OmniPageCSDK.IproPlusDocumentClassifierProject
- UniqueID
- Type: SystemIntPtr
- Name
- Type: SystemString
See Also