GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / DoNoNewLink Method
In This Topic
    DoNoNewLink Method
    In This Topic
    This is called by DoMouseUp or DoCancelMouse when no new link was drawn by the user.
    Syntax
    public virtual void DoNoNewLink( 
       IGoPort fromPort,
       IGoPort toPort
    )

    Parameters

    fromPort
    toPort
    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