InkAnalyzer Events

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

The InkAnalyzer type exposes the following members.

Events

  Name Description
Public event Activity Occurs during calls to the Analyze or BackgroundAnalyze method.
Public event ContextNodeCreated Occurs after the InkAnalyzer creates a ContextNode.
Public event ContextNodeDeleting Occurs before the InkAnalyzer deletes a ContextNode.
Public event ContextNodeLinkAdding Occurs before the InkAnalyzer adds a ContextLink between two ContextNode objects.
Public event ContextNodeLinkDeleting Occurs before the InkAnalyzer deletes a ContextLink between two ContextNode objects.
Public event ContextNodeMovingToPosition Occurs before the InkAnalyzer moves a ContextNode to a new position within a ContextNode.SubNodes collection.
Public event ContextNodePropertiesUpdated Occurs after the InkAnalyzer updates one or more of the properties of a ContextNode.
Public event ContextNodeReparenting Occurs before the InkAnalyzer moves a ContextNode by changing its parent node.
Public event InkAnalyzerStateChanging Occurs before the InkAnalyzer reconciles analysis results so that an application can synchronize data with the InkAnalyzer.
Public event IntermediateResultsUpdated Occurs when the current intermediate analysis stage is finished.
Public event NewStrokesLoaded Occurs after a stroke is loaded into the InkAnalyzer.
Public event PopulateContextNode Occurs before the InkAnalyzer performs analysis within the region of a partially populated ContextNode.
Public event ReadyToReconcile Occurs when the ink analyzer is ready to reconcile background analysis results with the current state of the analyzer.
Public event ResultsUpdated Occurs when the final analysis stage is finished.
Public event StrokesReparented Occurs when the InkAnalyzer moves a Stroke from one ContextNode to another.

Top

See Also

Reference

InkAnalyzer Class

Microsoft.Ink Namespace