RecognitionResult Event
RecognitionResult Event |
Occurs when the InkEdit control gets results manually from a call to the InkEdit::Recognize method or automatically after the recognition timeout fires.
Declaration
[C++]
HRESULT RecognitionResult(
[in] IInkRecognitionResult* RecognitionResult
);
Parameters
RecognitionResult
[in] An IInkRecognitionResult object that contains the result of the recognition.
Remarks
This event method is defined in the _IInkEditEvents interface. The _IInkEditEvents interface implements the IDispatch interface with an identifier of DISPID_IeeRecognitionResult.