FormViewOnAddingCommand Event
|
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