FormView.OnClosingLibrary 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 FormView.ClosingLibraryHandler OnClosingLibrary
Public Event OnClosingLibrary As FormView.ClosingLibraryHandler
public:
event FormView.ClosingLibraryHandler^ OnClosingLibrary {
void add (FormView.ClosingLibraryHandler^ value);
void remove (FormView.ClosingLibraryHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxes.FormView.ClosingLibraryHandler
See Also