EditorViewOnPopupRect Event
|
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event EditorViewPopupRectHandler OnPopupRect
Public Event OnPopupRect As EditorViewPopupRectHandler
public:
event EditorViewPopupRectHandler^ OnPopupRect {
void add (EditorViewPopupRectHandler^ value);
void remove (EditorViewPopupRectHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxesEditorViewPopupRectHandler
See Also