DiagramNode.GetAllIncomingLinks override.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected override void GetAllIncomingLinks ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Sub GetAllIncomingLinks( _ |
RemarksThis 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