DiagramNode.GetAllOutgoingLinks override.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
protected override void GetAllOutgoingLinks ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Sub GetAllOutgoingLinks( _ |
RemarksThis method also adds the links that go out of table rows, which otherwise are not included in the table's OutgoingLinks collection, but in the one of the row object.
See Also