Share via


NewStrokesLoadedEventArgs.TargetNode Property

Gets the ContextNode that contains the loaded strokes.

Namespace:  System.Windows.Ink
Assembly:  IAWinFX (in IAWinFX.dll)

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 ();
}
public function get TargetNode () : ContextNode

Property Value

Type: System.Windows.Ink.ContextNode
The ContextNode that contains the loaded strokes.

Remarks

If TargetNode is nulla 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 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.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

NewStrokesLoadedEventArgs Class

NewStrokesLoadedEventArgs Members

System.Windows.Ink Namespace