GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoSimpleNode Class / OnObservedChanged Method
In This Topic
    OnObservedChanged Method (GoSimpleNode)
    In This Topic
    When the label changes its text string, change this node's Text property too.
    Syntax
    protected override void OnObservedChanged( 
       GoObject observed,
       int subhint,
       int oldI,
       object oldVal,
       RectangleF oldRect,
       int newI,
       object newVal,
       RectangleF newRect
    )

    Parameters

    observed
    subhint
    oldI
    oldVal
    oldRect
    newI
    newVal
    newRect
    See Also