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)
Syntax
'Declaration
Public Event ReadyToReconcileBase As ReadyToReconcileBaseEventHandler
'Usage
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);
}
JScript does not support events.
Remarks
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.
Clear the AutomaticReconciliationEnabled flag in the AnalysisModes property of the InkAnalyzerBase.
Add an event handler for the ReadyToReconcileBase event.
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.
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