GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLink Class / OnLayerChanged Method
In This Topic
    OnLayerChanged Method (GoLink)
    In This Topic
    When a link is removed from a layer, also remove it from the collections of connected links of both ports.
    Syntax
    protected override void OnLayerChanged( 
       GoLayer oldlayer,
       GoLayer newlayer,
       GoObject mainObj
    )

    Parameters

    oldlayer
    newlayer
    mainObj
    See Also