InkAnalyzer.NewStrokesLoaded Event
Occurs when the Load method is called.
Assembly: IAWinFX (in IAWinFX.dll)
The NewStrokesLoaded event occurs for each leaf node loaded into the InkAnalyzer. Leaf nodes include InkWordNode, InkDrawingNode, InkBulletNode, and UnclassifiedInkNode objects. The TargetNode property of the NewStrokesLoadedEventArgs is the leaf node added to the InkAnalyzer. The Strokes property is the StrokeCollection that is associated with the TargetNode.
If TargetNode is Nothing, the Strokes property contains strokes that are not added to the InkAnalyzer when the ink is saved. The InkAnalyzer adds the strokes unless you call the InkAnalyzer.Load(Stream, Boolean) method with the second parameter set to true.
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.