GoXam for WPF v3
ResolveNodeKey Method (GraphLinksModel<NodeType,NodeKey,PortKey,LinkType>)
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : ResolveNodeKey Method
This is called repeatedly by ResolveAllReferences, once for each known delayed or forward node reference.
Syntax
protected virtual void ResolveNodeKey( 
   NodeKey nodekey
)

Parameters

nodekey
Remarks
Depending on the situation, you may want to create and InsertNode in order to resolve a reference. Or you may want to ignore it, and later call ClearUnresolvedReferences to make sure no future node data addition might resolve the reference.
See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members