Document.OnDocumentLoaded Event
|
This event is fired if a document is loaded.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic event Document.DocumentLoadedHandler OnDocumentLoaded
Public Event OnDocumentLoaded As Document.DocumentLoadedHandler
public:
event Document.DocumentLoadedHandler^ OnDocumentLoaded {
void add (Document.DocumentLoadedHandler^ value);
void remove (Document.DocumentLoadedHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.IproPlus.Document.DocumentLoadedHandler
See Also