MindFusion.Wpf Pack Programmer's Guide
TreeViewNode.GetAllIncomingLinks Method
See Also
 





DiagramNode.GetAllIncomingLinks override.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected override void GetAllIncomingLinks (
    DiagramLinkCollection links
)

Visual Basic  Copy Code

Protected Overrides Sub GetAllIncomingLinks( _
    links As DiagramLinkCollection _
)

 Parameters

links
A DiagramLinkCollection instance where all links entering this node should be collected.

 Remarks

This method also adds the links that enter tree items, which otherwise are not included in the node's IncomingLinks collection, but in the one of the TreeViewItem object.

 See Also

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming.Wpf Namespace