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