ITextValidatorEvents
OnValidationEvent Method of the ITextValidatorEvents Interface
OnValidationEvent method of the ITextValidatorEvents Interface in ABBYY FineReader Engine Visual Components on Windows — This method is implemented on the client-side.
This method is implemented on the client-side. It is called by ABBYY FineReader Engine when Text Validator finds an error during spell checking. The method allows the client to select the operation which should be performed on the error: ignore, replace, or add uncertainly recognized word to the dictionary.
The method is called before displaying an error in Text Validator. If you select any reaction except TVC_None in this method, the error will not be displayed in Text Validator.
You can receive the information on the errors which have been found using the ITextValidator::ValidatorError property.
