InkAnalyzerBase.ReadyToReconcileBase Event

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

Namespace: System.Windows.Ink.AnalysisCore
Assembly: IACore (in iacore.dll)

'Declaration
Public Event ReadyToReconcileBase As ReadyToReconcileBaseEventHandler
'Usage
Dim instance As InkAnalyzerBase
Dim handler As ReadyToReconcileBaseEventHandler

AddHandler instance.ReadyToReconcileBase, handler

/** @event */
public void add_ReadyToReconcileBase (ReadyToReconcileBaseEventHandler value)

/** @event */
public void remove_ReadyToReconcileBase (ReadyToReconcileBaseEventHandler value)

In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.

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 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.

.NET Framework

Supported in: 3.0

Community Additions

ADD
Show: