GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / PortsOnLinkChanged Method
In This Topic
    PortsOnLinkChanged Method
    In This Topic
    Notify both ports that there was a change to this link.
    Syntax
    public virtual void PortsOnLinkChanged( 
       int subhint,
       int oldI,
       object oldVal,
       RectangleF oldRect,
       int newI,
       object newVal,
       RectangleF newRect
    )

    Parameters

    subhint
    oldI
    oldVal
    oldRect
    newI
    newVal
    newRect
    Remarks
    This calls IGoPort.OnLinkChanged on both ports. Most of the parameters are the same as for GoObject.Changed.
    See Also