DictionaryView.AddDictionaryHandler Delegate |
Namespace: Kofax.OmniPageCSDK.ToolBoxes
public delegate void AddDictionaryHandler( int Language, int ID, ref string Name, ref bool Cancel )
Public Delegate Sub AddDictionaryHandler ( Language As Integer, ID As Integer, ByRef Name As String, ByRef Cancel As Boolean )
public delegate void AddDictionaryHandler( int Language, int ID, String^% Name, bool% Cancel )