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





DiagramNode.GetAllOutgoingLinks override.

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

 Syntax

C#  Copy Code

protected override void GetAllOutgoingLinks (
    DiagramLinkCollection links
)

Visual Basic  Copy Code

Protected Overrides Sub GetAllOutgoingLinks( _
    links As DiagramLinkCollection _
)

 Parameters

links
A DiagramLinkCollection instance where all links going out of this node should be collected.

 Remarks

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

 See Also

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming.Wpf Namespace