InkAnalyzerBase.NewStrokesLoadedBase Event
Assembly: IACore (in iacore.dll)
'Declaration Public Event NewStrokesLoadedBase As NewStrokesLoadedBaseEventHandler 'Usage Dim instance As InkAnalyzerBase Dim handler As NewStrokesLoadedBaseEventHandler AddHandler instance.NewStrokesLoadedBase, handler
/** @event */ public void add_NewStrokesLoadedBase (NewStrokesLoadedBaseEventHandler value) /** @event */ public void remove_NewStrokesLoadedBase (NewStrokesLoadedBaseEventHandler value)
In JScript, you can handle the events defined by a class, but you cannot define your own.
Not applicable.
The NewStrokesLoadedBase event occurs for each leaf node loaded into the InkAnalyzerBase. Leaf nodes include InkWordNode, InkDrawingNode, InkBulletNode, and UnclassifiedInkNode objects. The TargetNode property of the NewStrokesLoadedBaseEventArgs is the leaf node added to the InkAnalyzerBase. The stroke identifiers are associated with the TargetNode.
If TargetNode is a a null reference (Nothing in Visual Basic) reference (Nothing in Visual Basic), the strokes identifiers contain strokes that are not added to the InkAnalyzerBase when the ink is saved. The InkAnalyzerBase adds the strokes unless you call theLoad method.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.