GoDiagram Web Reference
DoCancelRelink Method

the original From port
the original To port
This is called by DoCancelMouse when a relinking was cancelled by the user.
Syntax
'Declaration
 
Public Overridable Sub DoCancelRelink( _
   ByVal oldlink As IGoLink, _
   ByVal fromPort As IGoPort, _
   ByVal toPort As IGoPort _
) 
public virtual void DoCancelRelink( 
   IGoLink oldlink,
   IGoPort fromPort,
   IGoPort toPort
)

Parameters

oldlink
fromPort
the original From port
toPort
the original To port
Remarks
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