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


InkAnalyzerBase.ReadyToReconcileBase - событие

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

Occurs when the ink analyzer is ready to reconcile background analysis results with the current state of the analyzer.

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

Синтаксис

'Декларация
Public Event ReadyToReconcileBase As ReadyToReconcileBaseEventHandler
'Применение
Dim instance As InkAnalyzerBase
Dim handler As ReadyToReconcileBaseEventHandler

AddHandler instance.ReadyToReconcileBase, handler
public event ReadyToReconcileBaseEventHandler ReadyToReconcileBase
public:
 event ReadyToReconcileBaseEventHandler^ ReadyToReconcileBase {
    void add (ReadyToReconcileBaseEventHandler^ value);
    void remove (ReadyToReconcileBaseEventHandler^ value);
}
/** @event */
public void add_ReadyToReconcileBase (ReadyToReconcileBaseEventHandler value)
/** @event */
public void remove_ReadyToReconcileBase (ReadyToReconcileBaseEventHandler value)
JScript не поддерживает события.

Заметки

The InkAnalyzerBase performs automatic reconciliation when the AnalysisModes property flag is set to AutomaticReconciliationEnabled. When the AutomaticReconciliationEnabled flag is not set, your application needs to reconcile background analysis results manually.

To handle manual reconciliation, follow these steps.

  1. Clear the AutomaticReconciliationEnabled flag in the AnalysisModes property of the InkAnalyzerBase.

  2. Add an event handler for the ReadyToReconcileBase event.

  3. Reconcile the analysis results by calling the Reconcile method from the event handler for the ReadyToReconcileBase event. To cancel the current background analysis operation, call the Abort method from the event handler for the ReadyToReconcileBase event.

The ink analyzer raises this event before it raises the InkAnalyzerStateChangingBase event.

For more information about synchronizing your application data with the InkAnalyzerBase, see Data Proxy with Ink Analysis.

The ink analyzer raises this event during background 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 - пространство имен