FormViewOnClosingLibrary Event
|
Caution |
---|
|
This API is preliminary and subject to change.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event FormViewClosingLibraryHandler OnClosingLibrary
Public Event OnClosingLibrary As FormViewClosingLibraryHandler
public:
event FormViewClosingLibraryHandler^ OnClosingLibrary {
void add (FormViewClosingLibraryHandler^ value);
void remove (FormViewClosingLibraryHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxesFormViewClosingLibraryHandler
See Also