GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / LinksOnPortChanged Method
In This Topic
    LinksOnPortChanged Method (GoPort)
    In This Topic
    Tell any connected links about any change to this port
    Syntax
    public virtual void LinksOnPortChanged( 
       int subhint,
       int oldI,
       object oldVal,
       RectangleF oldRect,
       int newI,
       object newVal,
       RectangleF newRect
    )

    Parameters

    subhint
    oldI
    oldVal
    oldRect
    newI
    newVal
    newRect
    Remarks
    All the parameters just get passed on through calls to IGoLink.OnPortChanged.
    See Also