DocumentsOnDocumentActivated Event
|
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic event DocumentsDocumentActivatedHandler OnDocumentActivated
Public Event OnDocumentActivated As DocumentsDocumentActivatedHandler
public:
event DocumentsDocumentActivatedHandler^ OnDocumentActivated {
void add (DocumentsDocumentActivatedHandler^ value);
void remove (DocumentsDocumentActivatedHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.IproPlusDocumentsDocumentActivatedHandler
See Also