Поделиться через


InkAnalyzerBase.ResultsUpdatedBase - событие

Обновлен: Ноябрь 2007

Occurs when the final analysis stage is finished.

Пространство имен:  System.Windows.Ink.AnalysisCore
Сборка:  IACore (в IACore.dll)

Синтаксис

'Декларация
Public Event ResultsUpdatedBase As ResultsUpdatedBaseEventHandler
'Применение
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);
}
/** @event */
public void add_ResultsUpdatedBase (ResultsUpdatedBaseEventHandler value)
/** @event */
public void remove_ResultsUpdatedBase (ResultsUpdatedBaseEventHandler value)
JScript не поддерживает события.

Заметки

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 Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

InkAnalyzerBase Класс

InkAnalyzerBase - члены

System.Windows.Ink.AnalysisCore - пространство имен