GoXam for WPF v3
IsRelinkValid Method (ITreeModel)
Northwoods.GoXam.Model Namespace > ITreeModel Interface : IsRelinkValid Method
a node key identifying the node data from which the new link would come
a node key identify the node data to which the new link would go
a node key identifying the node data from which the existing link comes
a node key identify the node data to which the existing link goes
This predicate is true if changing an existing link between two nodes/ports would result in a valid graph
Syntax

Parameters

newfromdata
a node key identifying the node data from which the new link would come
newtodata
a node key identify the node data to which the new link would go
oldfromdata
a node key identifying the node data from which the existing link comes
oldtodata
a node key identify the node data to which the existing link goes
See Also

Reference

ITreeModel Interface
ITreeModel Members