Description
Occurs when an InkEdit control gets results from a call to the RecognizeText function.
Event ID
Arguments
None
Return Values
None
Examples
This code in the RecognitionResult event allows the application to wait a few seconds while the Text property of the ie_id InkEdit control is updated, then writes the recognized text to the string variable ls_inktext:
Sleep(3) ls_inktext = ie_id.Text
See also