NewStrokesLoadedEventArgs.TargetNode Property
Gets the ContextNode that contains the loaded strokes.
Namespace: System.Windows.Ink
Assembly: IAWinFX (in iawinfx.dll)
XML Namespace: https://schemas.microsoft.com/winfx/2006/xaml/presentation
Syntax
'Declaration
Public ReadOnly Property TargetNode As ContextNode
'Usage
Dim instance As NewStrokesLoadedEventArgs
Dim value As ContextNode
value = instance.TargetNode
public ContextNode TargetNode { get; }
public:
property ContextNode^ TargetNode {
ContextNode^ get ();
}
/** @property */
public ContextNode get_TargetNode ()
public function get TargetNode () : ContextNode
Not applicable.
Property Value
The ContextNode that contains the loaded strokes.
Remarks
If TargetNode is a null reference (Nothing in Visual Basic), 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.
Platforms
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.
Version Information
.NET Framework
Supported in: 3.0
See Also
Reference
NewStrokesLoadedEventArgs Class
NewStrokesLoadedEventArgs Members
System.Windows.Ink Namespace