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