GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoToolLinking Class / DoMouseUp Method
In This Topic
    DoMouseUp Method (GoToolLinking)
    In This Topic
    A mouse up event ends the linking operation.
    Syntax
    public override void DoMouseUp()
    Remarks
    Depending on whether the user is drawing a new link or relinking, whether the user is drawing Forwards or not, and whether PickNearestPort found a valid port at a reasonable distance, this method will call either DoNewLink, DoRelink, DoNoNewLink, or DoNoRelink.
    See Also