InkAnalyzerBase.ResultsUpdatedBase Event
Assembly: IACore (in iacore.dll)
'Declaration Public Event ResultsUpdatedBase As ResultsUpdatedBaseEventHandler 'Usage Dim instance As InkAnalyzerBase Dim handler As ResultsUpdatedBaseEventHandler AddHandler instance.ResultsUpdatedBase, handler
/** @event */ public void add_ResultsUpdatedBase (ResultsUpdatedBaseEventHandler value) /** @event */ public void remove_ResultsUpdatedBase (ResultsUpdatedBaseEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
The InkAnalyzerBase raises this event after it has reconciled the results for the final analysis stage.
If your application calls BackgroundAnalyze, this event signals when analysis results are ready.
If your application maintains its own data structure, which is synchronized with that of the InkAnalyzerBase, this event indicates that the InkAnalyzerBase has finished making changes to its internal data for this analysis stage.
Lock your data structure when the ink analyzer raises the InkAnalyzerStateChangingBase event. Changes to your data structure during this phase of analysis can cause errors in ink analysis and synchronization. You can unlock your data structure when the ink analyzer raises the IntermediateResultsUpdatedBase or ResultsUpdatedBase event.
For more information about synchronizing your application data with the InkAnalyzerBase, see Data Proxy with Ink Analysis.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.