GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoText Class / OnLayerChanged Method
In This Topic
    OnLayerChanged Method (GoText)
    In This Topic
    Handle any change in layers.
    Syntax
    protected override void OnLayerChanged( 
       GoLayer oldlayer,
       GoLayer newlayer,
       GoObject mainObj
    )

    Parameters

    oldlayer
    newlayer
    mainObj
    Remarks
    If the layer changes, make sure we are no longer editing the text.
    See Also