GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / DoCancelRelink Method
the original From port
the original To port
In This Topic
    DoCancelRelink Method
    In This Topic
    This is called by DoCancelMouse when a relinking was cancelled by the user.
    Syntax
    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.
    See Also