Links

Hi,
I am handling a LinkCreated event which is fired each time when a link is created between two GoMultiTextNodes…
I want the value of the two nodes which the link points…
How can i do it?
Kindly help…

Safely cast the GoSelectionEventArgs.GoObject as an IGoLink, and then you can look at the FromNode and ToNode properties. Or you can look at the FromPort and ToPort properties, and then look at their ParentNodes.