FormViewOnAddingCommand 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 FormViewAddingCommandHandler OnAddingCommand
Public Event OnAddingCommand As FormViewAddingCommandHandler
public:
event FormViewAddingCommandHandler^ OnAddingCommand {
void add (FormViewAddingCommandHandler^ value);
void remove (FormViewAddingCommandHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxesFormViewAddingCommandHandler
See Also