PassoloApp.OnCheckString
This event handler is called for every string in a translation list when a list get checked. The event handler should validate the TransString and calls the PslTransString.OutputError method to output an error to the log window of Passolo. Internal errors and error issued by OnCheckString will occur in sequence.
Syntax
OnCheckString (TransString as PslTransString) as void
TransString A PslTransString to be checked