_IAnalysisProxyEvents::ContextNodePropertiesUpdated event

Occurs after the IInkAnalyzer updates one or more properties of an IContextNode object.

Syntax

HRESULT ContextNodePropertiesUpdated(
  [in] IInkAnalyzer *pInkAnalyzer,
  [in] IContextNode *pContextNodeUpdated
);

Parameters

pInkAnalyzer [in]

The IInkAnalyzer object updating the properties.

pContextNodeUpdated [in]

The IContextNode object whose properties are updated.

Return value

For a description of the return values, see Classes and Interfaces - Ink Analysis.

Remarks

Use this event when your application maintains its own data structure, which is synchronized with that of the IInkAnalyzer. This event occurs during the reconcile phase of ink analysis, or in response to an ink analyzer method that changes the properties of an IContextNode (see IContextNode::GetPropertyData).

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

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
IACom.h (also requires IACom_i.c)
DLL
IACom.dll

See also

_IAnalysisProxyEvents

IInkAnalyzer

IContextNode

IInkAnalyzer::Analyze Method

IInkAnalyzer::BackgroundAnalyze Method

Context Node Properties

Ink Analysis Reference