InkAnalyzerBase.ResultsUpdatedBase Event
Occurs when the final analysis stage is finished.
Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in IACore.dll)
Syntax
'Declaration
Public Event ResultsUpdatedBase As ResultsUpdatedBaseEventHandler
'Usage
Dim instance As InkAnalyzerBase
Dim handler As ResultsUpdatedBaseEventHandler
AddHandler instance.ResultsUpdatedBase, handler
public event ResultsUpdatedBaseEventHandler ResultsUpdatedBase
public:
event ResultsUpdatedBaseEventHandler^ ResultsUpdatedBase {
void add (ResultsUpdatedBaseEventHandler^ value);
void remove (ResultsUpdatedBaseEventHandler^ value);
}
JScript does not support events.
Remarks
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.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0