GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLabeledLink Class / OnPortChanged Method
In This Topic
    OnPortChanged Method (GoLabeledLink)
    In This Topic
    Let links get notifications of changes to either port so labels can be moved and the real link's stroke can be recalculated.
    Syntax

    Parameters

    port
    subhint
    oldI
    oldVal
    oldRect
    newI
    newVal
    newRect
    Remarks
    Most of the parameters are the same as for GoObject.Changed. This just calls GoLink.OnPortChanged on the RealLink, and then calls LayoutChildren.
    See Also