_IAnalysisProxyEvents::StrokeReparented event
Occurs when the IInkAnalyzer moves a stroke from one IContextNode object to another.
Syntax
HRESULT StrokeReparented(
[in] IInkAnalyzer *pInkAnalyzer,
[in] LONG lStrokeIdToMove,
[in] IContextNode *pSourceContextNode,
[in] IContextNode *pDestinationContextNode
);
Parameters
-
pInkAnalyzer [in]
-
The IInkAnalyzer object moving the stroke.
-
lStrokeIdToMove [in]
-
The identifier of the stroke to move.
-
pSourceContextNode [in]
-
The IContextNode object from which the stroke is moved.
-
pDestinationContextNode [in]
-
The IContextNode object to which the stroke is moved.
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 IInkAnalyzer method that moves stroke data from one IContextNode to another.
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 |
|
DLL |
|