GoDiagram Web Reference
DoRelink Method

This is called by DoMouseUp in order to reconnect the existing link.
Syntax
'Declaration
 
Public Overridable Sub DoRelink( _
   ByVal oldlink As IGoLink, _
   ByVal fromPort As IGoPort, _
   ByVal toPort As IGoPort _
) 
public virtual void DoRelink( 
   IGoLink oldlink,
   IGoPort fromPort,
   IGoPort toPort
)

Parameters

oldlink
fromPort
toPort
Remarks
This makes sure oldlink refers to fromPort and toPort and then calls GoView.RaiseLinkRelinked. This method is responsible for setting TransactionResult, so that Stop's call to StopTransaction will properly call GoView.FinishTransaction or GoView.AbortTransaction, as desired.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoToolLinking Class
GoToolLinking Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback