FontViewOnFontChanged Event
|
Fired if a font is enabled/disabled; the change is done.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntaxpublic event FontViewFontChangedHandler OnFontChanged
Public Event OnFontChanged As FontViewFontChangedHandler
public:
event FontViewFontChangedHandler^ OnFontChanged {
void add (FontViewFontChangedHandler^ value);
void remove (FontViewFontChangedHandler^ value);
}
Value
Type:
Kofax.OmniPageCSDK.ToolBoxesFontViewFontChangedHandler
See Also