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