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